mirror of
https://github.com/p2p-ld/docs.git
synced 2024-11-12 17:54:30 +00:00
fixing gh action
This commit is contained in:
parent
b531c452f0
commit
53913bc005
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sphinx.yml
vendored
2
.github/workflows/sphinx.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
path: .venv
|
||||
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
run: poetry install --no-root
|
||||
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||
- name: build docs
|
||||
run: make html
|
||||
|
|
Loading…
Reference in a new issue