Skip to content

Commit

Permalink
Fix pages upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 10, 2024
1 parent 0a29a48 commit 6e14adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./build"
path: "./docs/build"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 6e14adf

Please sign in to comment.