This commit is contained in:
Patrick Kanzler 2021-10-30 21:41:58 +02:00
parent 68392c0cae
commit 843932881f

View File

@ -24,8 +24,8 @@ jobs:
submodules: 'recursive' submodules: 'recursive'
- name: Install packages - name: Install packages
run: run:
apt-get update -y && sudo apt-get update -y &&
apt-get install -y git python3-sphinx graphviz libenchant1c2a sudo apt-get install -y git python3-sphinx graphviz libenchant1c2a
- uses: ammaraskar/sphinx-action@0.4 - uses: ammaraskar/sphinx-action@0.4
with: with:
docs-folder: "doc/" docs-folder: "doc/"