Skip to content

Commit bbad46e

Browse files
committed
Adopt some checks from travis.yml
1 parent a318ab5 commit bbad46e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
ln -sv $(pwd) $HOME/dfhack/scripts
1919
- name: Build docs
2020
run: |
21-
$HOME/dfhack/docs/build.sh
21+
sphinx-build -qW -j3 $HOME/dfhack $HOME/dfhack/docs/html
2222
zip -r docs.zip $HOME/dfhack/docs/html
23+
- name: Check for missing docs
24+
run: python3 $HOME/dfhack/travis/script-docs.py .
2325
- uses: actions/upload-artifact@master
2426
with:
2527
name: docs

0 commit comments

Comments
 (0)