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 90f9a00 commit f5b98cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ 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
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'
# See github.com/tardis-sn/tardis for the contents of these files.

0 comments on commit f5b98cb

Please sign in to comment.