update workflow file
This commit is contained in:
committed by
FilippoOlivo
parent
b4c30eeb16
commit
a5c7e41d01
5
.github/workflows/testing_doc.yml
vendored
5
.github/workflows/testing_doc.yml
vendored
@@ -11,11 +11,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout Doc
|
- name: Checkout Doc
|
||||||
uses: actions/checkout@v2
|
|
||||||
uses: ammaraskar/sphinx-action@7.4.7
|
uses: ammaraskar/sphinx-action@7.4.7
|
||||||
with:
|
with:
|
||||||
pre-build-command: "python3 -m pip install .[doc]"
|
pre-build-command: "python3 -m pip install .[doc]"
|
||||||
|
build-command: "make html SPHINXOPTS='-W'"
|
||||||
docs-folder: "docs/"
|
docs-folder: "docs/"
|
||||||
Reference in New Issue
Block a user