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 fb0e0ac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ on:
# - LANG=en_US.UTF-8

jobs:
docs:
name: docs
steps:
- uses: "actions/checkout@v2"
- name: "Build documentation"
- 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 fb0e0ac

Please sign in to comment.