We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e723688 commit aff905dCopy full SHA for aff905d
1 file changed
.github/workflows/deploy-docs.yml
@@ -40,11 +40,11 @@ jobs:
40
NODE_OPTIONS: --max_old_space_size=8192
41
run: |-
42
pnpm run docs:build
43
- > src\.vuepress\dist\.nojekyll
+ > src/.vuepress/dist/.nojekyll
44
45
- name: 部署文档
46
uses: JamesIves/github-pages-deploy-action@v4
47
with:
48
# 部署文档
49
branch: gh-pages
50
- folder: src\.vuepress\dist
+ folder: src/.vuepress/dist
0 commit comments