Skip to content

Commit

Permalink
chore: launch github page
Browse files Browse the repository at this point in the history
  • Loading branch information
MayorX500 committed Jan 22, 2025
1 parent 61aa3ca commit 1de1dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Deploy Pages
on:
push:
branches:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: "book"
path: "docs/book"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 1de1dee

Please sign in to comment.