Skip to content

Commit

Permalink
Remove extra dist from path
Browse files Browse the repository at this point in the history
  • Loading branch information
hmakelin committed May 12, 2024
1 parent 035f2b3 commit 1df4125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v2
with:
path: "docs"
path: "docs/dist"

deploy:
needs: build
Expand Down

0 comments on commit 1df4125

Please sign in to comment.