Skip to content

Commit d5e511c

Browse files
authored
Merge pull request #123 from hmakelin/fix-vitepress-deploy
Fix docs deployment
2 parents 035f2b3 + 1df4125 commit d5e511c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload pages artifact
4141
uses: actions/upload-pages-artifact@v2
4242
with:
43-
path: "docs"
43+
path: "docs/dist"
4444

4545
deploy:
4646
needs: build

0 commit comments

Comments
 (0)