From 5e7553cc90115088c7289fd14875ae8d45ade8c1 Mon Sep 17 00:00:00 2001 From: YektaY Date: Wed, 27 Apr 2022 14:48:08 -0700 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dc1c12d90..b9232442e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -122,7 +122,7 @@ stages: rm -rf $(Build.Repository.LocalPath)/artifacts git add * git commit -m "Updating Docs with latest build" - git push https://$(GITHUB_PAT)@github.com/$(Build.Repository.Name).git gh-pages + git push https://$(GIT_PAT)@github.com/$(Build.Repository.Name).git gh-pages displayName: Documentation - Upload - job: 'Publish_PyPI'