We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b0a8c commit c0a26d8Copy full SHA for c0a26d8
.github/workflows/deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Upload artifact
47
uses: actions/upload-pages-artifact@v3
48
with:
49
- path: docs/.vitepress/dist
+ path: ./.vitepress/dist
50
51
deploy:
52
name: Deploy to GitHub Pages
0 commit comments