Skip to content

Commit 489839d

Browse files
committed
Remove directory .html-documentation/.doctrees after creating documentation
1 parent adde3d8 commit 489839d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Build Documentation
2323
run: |
2424
poetry run -- nox -s docs:multiversion
25+
rm -r .html-documentation/*/.doctrees
2526
2627
- name: Upload artifact
2728
uses: actions/upload-pages-artifact@v3

doc/changes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ permissions to be increased for specific jobs.
3131

3232
* [#161](https://github.com/exasol/python-toolbox/issues/161): Added support for installing extras & not using a cache to the python-environment action
3333
* [#408](https://github.com/exasol/python-toolbox/issues/408): Added support for GitHub runners who do not per default have pipx to use the python-environment action
34+
* #433: Removed directory .html-documentation/.doctrees after creating documentation
3435

3536
## Bugfixes
3637

exasol/toolbox/templates/github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Build Documentation
2323
run: |
2424
poetry run -- nox -s docs:multiversion
25+
rm -r .html-documentation/*/.doctrees
2526
2627
- name: Upload artifact
2728
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)