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/"