set explicit build command

This commit is contained in:
Patrick Kanzler 2021-10-30 21:30:03 +02:00
parent 79abdfa97e
commit 23ba509868

View File

@ -25,4 +25,5 @@ jobs:
- uses: ammaraskar/sphinx-action@0.4
with:
docs-folder: "doc/"
pre-build-command: "apt-get update -y && apt-get install -y git python3-sphinx graphviz libenchant1c2a"
pre-build-command: "apt-get update -y && apt-get install -y git python3-sphinx graphviz libenchant1c2a"
build-command: "sphinx-build -b html -d _build/doctrees --keep-going --no-color -w '/tmp/sphinx-log' . _build/html"