Skip to content

Commit aff905d

Browse files
committed
fix
1 parent e723688 commit aff905d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
NODE_OPTIONS: --max_old_space_size=8192
4141
run: |-
4242
pnpm run docs:build
43-
> src\.vuepress\dist\.nojekyll
43+
> src/.vuepress/dist/.nojekyll
4444
4545
- name: 部署文档
4646
uses: JamesIves/github-pages-deploy-action@v4
4747
with:
4848
# 部署文档
4949
branch: gh-pages
50-
folder: src\.vuepress\dist
50+
folder: src/.vuepress/dist

0 commit comments

Comments
 (0)