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 b9b2194 commit b4da5cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
- bash: |
source activate tardis
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
echo github-changes -o tardis-sn -r tardis --only-pulls --use-commit-body -f CHANGELOG.md -k $(github_changes_oauth)
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 b4da5cb

Please sign in to comment.