mirror of
https://github.com/p2p-ld/docs.git
synced 2024-11-12 17:54:30 +00:00
always run poetry install step, cache should work anyway
This commit is contained in:
parent
5b31f07169
commit
bc417e8ff6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sphinx.yml
vendored
2
.github/workflows/sphinx.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
|
||||
- name: Install dependencies
|
||||
run: poetry install --no-root
|
||||
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||
- name: build docs
|
||||
run: |
|
||||
poetry run sphinx-build -M html src build
|
||||
|
|
Loading…
Reference in a new issue