Skip to content

Commit 723c751

Browse files
committed
Modify nox docs:multiversion to add .nojekyll file
1 parent 044aa48 commit 723c751

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

doc/changes/unreleased.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
* [#362](https://github.com/exasol/python-toolbox/issues/362): Added Nox task to trigger a release
66
* [#406](https://github.com/exasol/python-toolbox/issues/406): Added `.poetry` to ignore list for formatting
77
* [#417](https://github.com/exasol/python-toolbox/issues/417): Added `working-directory` to `python-environment` action for a different `pyproject.toml` location
8+
9+
## Bugfixes
10+
11+
* [#401](https://github.com/exasol/python-toolbox/issues/401): Modified nox `docs:multiversion` to add `.nojekyll` file

exasol/toolbox/nox/_documentation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ def _build_multiversion_docs(session: nox.Session, config: Config) -> None:
3636
f"{config.doc}",
3737
DOCS_OUTPUT_DIR,
3838
)
39+
session.run(
40+
"touch", f"{DOCS_OUTPUT_DIR}/.nojekyll"
41+
)
3942

4043

4144
def _git_diff_changes_main() -> int:

0 commit comments

Comments
 (0)