diff --git a/azure-pipelines/doc-build.yml b/azure-pipelines/doc-build.yml index 6c0fbd4b096..8987796b485 100644 --- a/azure-pipelines/doc-build.yml +++ b/azure-pipelines/doc-build.yml @@ -4,7 +4,7 @@ trigger: - master pr: -- none +- master # Variables we can reference later. variables: @@ -39,7 +39,7 @@ jobs: # sshKeySecureFile is the downloaded secure file you generated. - task: InstallSSHKey@0 inputs: - hostName: + hostName: $(gh_host) sshPublicKey: $(public_key) #sshPassphrase: $(Agent.TempDirectory) # Optional - leave empty if it was left empty while generating the key. sshKeySecureFile: 'id_azure_rsa'