Skip to content

Commit

Permalink
update tox -edocs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucasau committed Dec 26, 2023
1 parent 5fd9379 commit 5f44226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt update
sudo apt install graphviz=2.42.2-6 pandoc=2.9.2.1-3ubuntu2 qtbase5-dev=5.15.3+dfsg-2ubuntu0.2 qt5-qmake=5.15.3+dfsg-2ubuntu0.2
- name: Build docs
run: tox -edocs
run: tox -edocs -- -j auto
- name: Bypass Jekyll Processing # Necessary for setting the correct css path
run: touch docs/_build/html/.nojekyll
- name: Deploy
Expand Down

0 comments on commit 5f44226

Please sign in to comment.