From 23ba50986873ed3fec9ffbfd4fb1382b4fb61d5d Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sat, 30 Oct 2021 21:30:03 +0200 Subject: [PATCH] set explicit build command --- .github/workflows/documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 81be6a9..5574506 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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" \ No newline at end of file + 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" \ No newline at end of file