Skip to content

Commit

Permalink
修改文档cicd脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdeZhang committed Sep 4, 2024
1 parent 71ff9a6 commit 5821285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Install gitbook-cli
run: |
npm install -g gitbook-cli
gitbook install
- name: Build with gitbook
run: |
gitbook install
gitbook build docs
mv docs/_book public
- name: Upload artifact
Expand Down

0 comments on commit 5821285

Please sign in to comment.