Use correct docs build script in CI
This commit is contained in:
parent
e11d0d2535
commit
860aa8b419
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ jobs:
|
|||
# sshPublicKey: $(secret.GHSshPub)
|
||||
# sshKeySecureFile: $(secret.GHSshPriv)
|
||||
- script: |
|
||||
./docs/book/build.sh master
|
||||
./docs/book/ci-build.sh master
|
||||
|
||||
- template: _build/azure-pipelines-template.yml
|
||||
parameters:
|
||||
|
|
Loading…
Reference in a new issue