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