mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Move sphinx step below tests step as it used to be
This commit is contained in:
parent
b8b0b61e67
commit
ef28ae8117
8
.github/workflows/docker-publish.yml
vendored
8
.github/workflows/docker-publish.yml
vendored
@ -36,17 +36,17 @@ jobs:
|
|||||||
- name: Gather pip requirements
|
- name: Gather pip requirements
|
||||||
run: |
|
run: |
|
||||||
pipenv lock -r > requirements.txt
|
pipenv lock -r > requirements.txt
|
||||||
- name: Insall pip requirements
|
- name: Install pip requirements
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Run sphinx
|
|
||||||
run: |
|
|
||||||
sphinx-build -b html ../docs ../docs/_build -W
|
|
||||||
- name: Execute Tests
|
- name: Execute Tests
|
||||||
run: |
|
run: |
|
||||||
cd src/
|
cd src/
|
||||||
pytest --cov
|
pytest --cov
|
||||||
pycodestyle
|
pycodestyle
|
||||||
|
- name: Run sphinx
|
||||||
|
run: |
|
||||||
|
sphinx-build -b html ../docs ../docs/_build -W
|
||||||
- name: Execute coveralls
|
- name: Execute coveralls
|
||||||
run: |
|
run: |
|
||||||
coveralls
|
coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user