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'
- name: Install packages
run:
apt-get update -y &&
apt-get install -y git python3-sphinx graphviz libenchant1c2a
sudo apt-get update -y &&
sudo apt-get install -y git python3-sphinx graphviz libenchant1c2a
- uses: ammaraskar/sphinx-action@0.4
with:
docs-folder: "doc/"