Skip to content

Commit

Permalink
修复(流水线):更正 vitepress。
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuery-Shuai committed Sep 12, 2024
1 parent f4c44e0 commit 8aa2a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ jobs:
NODE_OPTIONS: --max_old_space_size=8192
run: |-
pnpm run docs:build
> ./docs/.vitepress/dist/.nojekyll
- name: 上传产物
uses: actions/upload-pages-artifact@v3
with:
path: './docs/.vuepress/dist'
path: './docs/.vitepress/dist'

deploy:
environment:
Expand Down

0 comments on commit 8aa2a56

Please sign in to comment.