Update static.yml
This commit is contained in:
parent
5163f22f7d
commit
3fe5215f59
2
.github/workflows/static.yml
vendored
2
.github/workflows/static.yml
vendored
@ -47,6 +47,8 @@ jobs:
|
||||
npm install
|
||||
|
||||
- name: Build VitePress
|
||||
env:
|
||||
VITE_GITHUB_ISSUES_TOKEN: ${{ secrets.VITE_GITHUB_ISSUES_TOKEN }}
|
||||
working-directory: ./docs # 指定工作目录为 docs
|
||||
run: |
|
||||
npm run docs:build
|
||||
|
Loading…
Reference in New Issue
Block a user