Skip to content

Commit

Permalink
Debug automatic doc updates (#477)
Browse files Browse the repository at this point in the history
* Debugging automatic doc updates

* Remove debugging step, add changelog entry

* Remove extra trigger
  • Loading branch information
mdickinson committed Aug 2, 2021
1 parent 38d00c5 commit 5f74a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
git config user.email "<>"
- name: Build documentation and deploy to gh-pages
run: |
python scripts/update_docs.py --token ${{ secrets.GITHUB_TOKEN }} ${{ env.GITHUB_REF }}
python scripts/update_docs.py --token ${{ secrets.GITHUB_TOKEN }} ${{ github.ref }}
2 changes: 1 addition & 1 deletion docs/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Continuous integration and build
wheel and sdist from PyPI. (#465)
* Add new script for automating gh-pages updates, and extend automated
documentation building to the maintenance branches in addition to
the main branch. (#474)
the main branch. (#474, #477)


Release 0.3.1
Expand Down

0 comments on commit 5f74a1d

Please sign in to comment.