mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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
|
||||
run: |
|
||||
pipenv lock -r > requirements.txt
|
||||
- name: Insall pip requirements
|
||||
- name: Install pip requirements
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
- name: Run sphinx
|
||||
run: |
|
||||
sphinx-build -b html ../docs ../docs/_build -W
|
||||
- name: Execute Tests
|
||||
run: |
|
||||
cd src/
|
||||
pytest --cov
|
||||
pycodestyle
|
||||
- name: Run sphinx
|
||||
run: |
|
||||
sphinx-build -b html ../docs ../docs/_build -W
|
||||
- name: Execute coveralls
|
||||
run: |
|
||||
coveralls
|
||||
|
Loading…
x
Reference in New Issue
Block a user