We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f8830 commit 024c2d3Copy full SHA for 024c2d3
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Upload artifact
51
uses: actions/upload-pages-artifact@v3
52
with:
53
- path: docs/.vitepress/dist
+ path: .vitepress/dist
54
55
# 部署工作
56
deploy:
0 commit comments