We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3887ace commit 85530bcCopy full SHA for 85530bc
.github/workflows/deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Upload artifact
52
uses: actions/upload-pages-artifact@v3
53
with:
54
- path: docs/.vitepress/dist
+ path: .vitepress/dist
55
56
# Deployment job
57
deploy:
0 commit comments