Skip to content

Commit

Permalink
Add a job for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gnn committed Dec 2, 2021
1 parent 66893ff commit 5de5d85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ on:
# - LANG=en_US.UTF-8

jobs:
docs:
name: docs
steps:
- uses: "actions/checkout@v2"
- name: "Install dependencies"
run: |
python -mpip install --progress-bar=off tox -r'ci/requirements.txt'
virtualenv --version
pip --version
tox --version
- name: "Build documentation"
run: "python -m tox -vv -e docs"
tests:
name: tests (${{ matrix.platform }})
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 5de5d85

Please sign in to comment.