mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-20 05:26:53 +01:00
github action improved tagging
This commit is contained in:
parent
29f73b2dbb
commit
52640f08d2
4 changed files with 17 additions and 14 deletions
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
path: ${{ steps.pip-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-pip3.6.8}
|
||||
- name: dependencies
|
||||
# instead of directly installing the dependency in the workflow file, can this be done using the pipfile instead?
|
||||
run: |
|
||||
pip install 'sphinx~=3.3' sphinx_rtd_theme
|
||||
- name: make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue