mirror of
https://github.com/p2p-ld/docs.git
synced 2025-01-09 22:04:26 +00:00
fixing gh action
This commit is contained in:
parent
53913bc005
commit
29a67ddf8d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/sphinx.yml
vendored
4
.github/workflows/sphinx.yml
vendored
|
@ -41,7 +41,9 @@ 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: make html
|
run: |
|
||||||
|
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