Skip to content

Commit

Permalink
gh-actions - gh-pages - install tox
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Dec 18, 2020
1 parent dccd262 commit 9a90352
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
python-version: 3.8

- name: Install tox 🧰
run: |
python -m pip install --upgrade pip
python -m pip install tox
- name: Generate HTML 🛠
run: tox -e docs

Expand Down

0 comments on commit 9a90352

Please sign in to comment.