Skip to content

Commit

Permalink
tweak CI docs-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
avaldebe committed Jul 8, 2021
1 parent 5a367d5 commit 5de5682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox
- name: Update docs
run: tox -e docs-deploy
run: tox -e docs-deploy -- --force

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ deps =
[testenv:docs-deploy]
deps = {[testenv:docs]deps}
commands = mkdocs gh-deploy --clean
commands = mkdocs gh-deploy {posargs:--clean}
"""

[tool.pytest.ini_options]
Expand Down

0 comments on commit 5de5682

Please sign in to comment.