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: