mirror of
https://github.com/p2p-ld/docs.git
synced 2024-11-12 17:54:30 +00:00
run in poetry shell
This commit is contained in:
parent
29a67ddf8d
commit
9a0ce762dd
1 changed files with 1 additions and 3 deletions
4
.github/workflows/sphinx.yml
vendored
4
.github/workflows/sphinx.yml
vendored
|
@ -41,9 +41,7 @@ jobs:
|
|||
run: poetry install --no-root
|
||||
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||
- name: build docs
|
||||
run: |
|
||||
poetry shell
|
||||
make html
|
||||
run: poetry run sphinx-build -M html src build
|
||||
- name: deploy to gh-pages
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue