From 860aa8b41907095495af0b73aa37d1774d681650 Mon Sep 17 00:00:00 2001 From: Christian Legnitto <LegNeato@users.noreply.github.com> Date: Thu, 4 Apr 2019 12:12:27 -0700 Subject: [PATCH] Use correct docs build script in CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1253d251..790d0b06 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: