From 68392c0caec2833e75952c4ce208541bafebbe58 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sat, 30 Oct 2021 21:40:44 +0200 Subject: [PATCH] chain --- .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 920460f..5f46875 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,7 +24,7 @@ jobs: submodules: 'recursive' - name: Install packages run: - apt-get update -y + apt-get update -y && apt-get install -y git python3-sphinx graphviz libenchant1c2a - uses: ammaraskar/sphinx-action@0.4 with: