mirror of
https://github.com/p2p-ld/docs.git
synced 2025-01-09 22:04:26 +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
|
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
|
- name: build docs
|
||||||
run: |
|
run: poetry run sphinx-build -M html src build
|
||||||
poetry shell
|
|
||||||
make html
|
|
||||||
- name: deploy to gh-pages
|
- name: deploy to gh-pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue