Skip to content

Commit 254f273

Browse files
committed
GitHub actions: continue docs build after first error
Copy of DFHack/dfhack@d850389
1 parent 2d94228 commit 254f273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ln -sv $(pwd) $HOME/dfhack/scripts
2424
- name: Build docs
2525
run: |
26-
sphinx-build -qW -j3 $HOME/dfhack html
26+
sphinx-build -W --keep-going -j3 $HOME/dfhack html
2727
- name: Check for missing docs
2828
run: python $HOME/dfhack/travis/script-docs.py .
2929
- name: Upload docs

0 commit comments

Comments
 (0)