sudo
This commit is contained in:
parent
68392c0cae
commit
843932881f
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@ -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/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user