Skip to content

Commit

Permalink
Merge pull request #123 from hmakelin/fix-vitepress-deploy
Browse files Browse the repository at this point in the history
Fix docs deployment
  • Loading branch information
hmakelin authored May 12, 2024
2 parents 035f2b3 + 1df4125 commit d5e511c
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 d5e511c

Please sign in to comment.