From 342cd921c9ee18091e00ca84e74333a3285c48f2 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sat, 30 Oct 2021 21:36:05 +0200 Subject: [PATCH] add command to checkout --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 74ec8a1..bd21513 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -22,8 +22,8 @@ jobs: - uses: actions/checkout@v2.3.5 with: submodules: 'recursive' + run: "apt-get update -y && apt-get install -y git python3-sphinx graphviz libenchant1c2a" - 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" - build-command: "sphinx-build -b html -d _build/doctrees --keep-going --no-color -w '/tmp/sphinx-log' . _build/html"