Skip to content

Commit

Permalink
Remove unnecessary build files when publishing documentation (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotilahti authored Oct 4, 2024
1 parent 4ad7fd7 commit a5a82df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
run: |
tox -e docs
touch build/sphinx/html/.nojekyll # allow underscores in URL path
# remove unnecessary build files
sudo rm -rf build/sphinx/html/.doctrees
- name: Publish to gh-pages
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

Version 14.5
============

* Remove unnecessary build files when publishing documentation. `#138 <https://github.com/iqm-finland/iqm-client/pull/138>`_

Version 14.4
============

Expand Down

0 comments on commit a5a82df

Please sign in to comment.