From 2fb9b88dde47b1a6beab88eadec4838a264332ef Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sat, 30 Oct 2021 21:39:14 +0200 Subject: [PATCH] add run step --- .github/workflows/documentation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index bd21513..920460f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -22,7 +22,10 @@ jobs: - uses: actions/checkout@v2.3.5 with: submodules: 'recursive' - run: "apt-get update -y && apt-get install -y git python3-sphinx graphviz libenchant1c2a" + - name: Install packages + run: + apt-get update -y + apt-get install -y git python3-sphinx graphviz libenchant1c2a - uses: ammaraskar/sphinx-action@0.4 with: docs-folder: "doc/"