add run step
This commit is contained in:
parent
342cd921c9
commit
2fb9b88dde
5
.github/workflows/documentation.yml
vendored
5
.github/workflows/documentation.yml
vendored
@ -22,7 +22,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v2.3.5
|
- uses: actions/checkout@v2.3.5
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
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
|
- uses: ammaraskar/sphinx-action@0.4
|
||||||
with:
|
with:
|
||||||
docs-folder: "doc/"
|
docs-folder: "doc/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user