We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc8bc9 commit 27de767Copy full SHA for 27de767
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Upload artifact
44
uses: actions/upload-pages-artifact@v3
45
with:
46
- path: docs/.vitepress/dist
+ path: .vitepress/dist
47
48
# Deployment job
49
deploy:
0 commit comments