GH Actions: Fix Oper Guide CI
This commit is contained in:
parent
e79f901d68
commit
29a0def020
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docs.yaml
vendored
4
.github/workflows/docs.yaml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
sudo apt-get update
|
||||||
apt-get install -y --no-install-recommends \
|
sudo apt-get install -y --no-install-recommends \
|
||||||
python-sphinx \
|
python-sphinx \
|
||||||
texinfo \
|
texinfo \
|
||||||
# EOF
|
# EOF
|
||||||
|
|
Loading…
Reference in a new issue