Skip to content

Commit

Permalink
Merge pull request #21 from jimjam-slam/jimjam-slam-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml - fix upload path
  • Loading branch information
jimjam-slam authored May 12, 2024
2 parents 4bebae9 + b04b676 commit 568ef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Upload docs/ artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./docs"
path: "./docs/_site"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
Expand Down

0 comments on commit 568ef5b

Please sign in to comment.