add run step

This commit is contained in:
Patrick Kanzler 2021-10-30 21:39:14 +02:00
parent 342cd921c9
commit 2fb9b88dde

View File

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