Skip to content

Commit 5aa3e84

Browse files
doc: Fix build_doc action
Signed-off-by: Jonas K. <[email protected]>
1 parent 8f3f966 commit 5aa3e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- uses: ammaraskar/[email protected]
1818
with:
1919
pre-build-command: "pip install -r requirements.txt"
20-
build-command: 'make html SPHINXOPTS="-W --keep-going -n"'
20+
build-command: 'make html SPHINXOPTS+="-W --keep-going -n"'
2121
docs-folder: "docs/"

0 commit comments

Comments
 (0)