set explicit build command
This commit is contained in:
parent
79abdfa97e
commit
23ba509868
3
.github/workflows/documentation.yml
vendored
3
.github/workflows/documentation.yml
vendored
@ -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"
|
Loading…
x
Reference in New Issue
Block a user