修改文档cicd脚本

This commit is contained in:
zhangyuheng 2024-09-04 16:59:04 +08:00
parent 71ff9a6131
commit 5821285036

View File

@ -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