diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a8b249bc..85d0cae5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,11 +33,11 @@ jobs: variables: - group: github-keys steps: - - task: InstallSSHKey@0 - inputs: - hostName: $(secret.GHSshKnownHosts) - sshPublicKey: $(secret.GHSshPub) - sshKeySecureFile: $(secret.GHSshPriv) + # - task: InstallSSHKey@0 + # inputs: + # hostName: $(secret.GHSshKnownHosts) + # sshPublicKey: $(secret.GHSshPub) + # sshKeySecureFile: $(secret.GHSshPriv) - script: | ./docs/book/build.sh master