mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-12-26 19:34:54 +00:00
Ensure that docs build as part of CI.
This commit is contained in:
parent
28e369c122
commit
63dc44fd22
1 changed files with 3 additions and 0 deletions
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
|
@ -34,6 +34,9 @@ jobs:
|
||||||
coverage run -m unittest
|
coverage run -m unittest
|
||||||
coverage report
|
coverage report
|
||||||
coverage xml
|
coverage xml
|
||||||
|
- name: Generate documentation
|
||||||
|
run: |
|
||||||
|
sphinx-build -b html -W --no-color docs build/sphinx/html
|
||||||
# TODO
|
# TODO
|
||||||
# - name: Upload coverage
|
# - name: Upload coverage
|
||||||
# uses: codecov/codecov-action@v1.0.2
|
# uses: codecov/codecov-action@v1.0.2
|
||||||
|
|
Loading…
Reference in a new issue