mirror of
https://github.com/p2p-ld/docs.git
synced 2024-11-09 16:24:28 +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
|
||||
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||
- name: build docs
|
||||
run: make html
|
||||
run: |
|
||||
poetry shell
|
||||
make html
|
||||
- name: deploy to gh-pages
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue