We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a367d5 commit 5de5682Copy full SHA for 5de5682
.github/workflows/new_version.yml
@@ -19,7 +19,7 @@ jobs:
19
python -m pip install --upgrade pip
20
python -m pip install tox
21
- name: Update docs
22
- run: tox -e docs-deploy
+ run: tox -e docs-deploy -- --force
23
24
test:
25
runs-on: ubuntu-latest
pyproject.toml
@@ -121,7 +121,7 @@ deps =
121
122
[testenv:docs-deploy]
123
deps = {[testenv:docs]deps}
124
-commands = mkdocs gh-deploy --clean
+commands = mkdocs gh-deploy {posargs:--clean}
125
"""
126
127
[tool.pytest.ini_options]
0 commit comments