Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
YektaY committed Apr 27, 2022
1 parent c73b8e9 commit 5e7553c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5e7553c

Please sign in to comment.