We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c195108 commit 511b53cCopy full SHA for 511b53c
1 file changed
eng/common/pipelines/templates/jobs/docindex.yml
@@ -16,6 +16,8 @@ jobs:
16
workingDirectory: $(Build.BinariesDirectory)
17
displayName: Download and Extract DocFX
18
19
+ - template: /eng/common/pipelines/templates/steps/login-to-github.yml
20
+
21
- task: AzureCLI@2
22
displayName: 'Generate Doc Index'
23
inputs:
@@ -66,5 +68,5 @@ jobs:
66
68
arguments: >
67
69
-PRBranchName "gh-pages"
70
-CommitMsg "Auto-generated docs from SHA(s) $(Build.SourceVersion)"
- -GitUrl "https://$(azuresdk-github-pat)@github.com/$(Build.Repository.Name).git"
71
+ -GitUrl "https://x-access-token:$(GH_TOKEN)@github.com/$(Build.Repository.Name).git"
72
-PushArgs "--force"
0 commit comments