Skip to content

Commit

Permalink
Fix release doc build (#568)
Browse files Browse the repository at this point in the history
This PR fixes the automated release documentation build.
  • Loading branch information
mdickinson authored Apr 3, 2023
1 parent 17d2879 commit 896dfe1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-gh-pages-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git worktree add ../docs gh-pages
- name: Update the docs on the gh-pages branch
run: |
python docs/update_gh_pages.py docs/build/html ../docs --tag ${{ GITHUB_REF_NAME }}
python docs/update_gh_pages.py docs/build/html ../docs --tag ${{ github.ref_name }}
- name: Configure Git
run: |
git config user.name "Documentation Bot"
Expand Down
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Release history
=================

Version 7.0.3
=============

Released: 2023-04-03

This is a bugfix release that fixes the automated documentation build
for releases.

Fixes
-----
* Fix the GitHub Actions workflow for automated documentation updates
on releases. (#568)


Version 7.0.2
=============

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'envisage'
version = '7.0.2'
version = '7.0.3'
description = 'Extensible application framework'
readme = 'README.rst'
requires-python = '>= 3.7'
Expand Down

0 comments on commit 896dfe1

Please # to comment.