Skip to content

Commit

Permalink
Update doc-build.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Oct 30, 2019
1 parent e73bc83 commit 00c021d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Activate the environment, use sphinx to make the html documentation of the build, and deploy to gh-pages.
- bash: |
source activate tardis
npm install -g github-changes
sudo npm install -g github-changes
github-changes -o tardis-sn -r tardis --only-pulls --use-commit-body -f CHANGELOG.md -k $GITHUB_CHANGES_OAUTH
bash deploy_docs.sh
displayName: 'TARDIS build and deployment to gh-pages'
Expand Down

0 comments on commit 00c021d

Please sign in to comment.