Skip to content

Commit

Permalink
Update doc-build.yml
Browse files Browse the repository at this point in the history
installing TARDIS into the doc deployment pipeline
  • Loading branch information
wkerzendorf authored Jan 16, 2020
1 parent 9de9900 commit efd57af
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 @@ -65,9 +65,10 @@ jobs:
# Activate the environment, use sphinx to make the html documentation of the build, and deploy to gh-pages.
- bash: |
source activate tardis
python setup.py install
sudo npm install -g github-changes
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.
# See github.com/tardis-sn/tardis for the contents of these files.

0 comments on commit efd57af

Please sign in to comment.