mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-01 13:01:53 +08:00
chore: docbuild: add new required pkg
This commit is contained in:
parent
ed77c1ef3e
commit
df50dd0796
1 changed files with 1 additions and 1 deletions
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
name: Install sphinx and prerequisites
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y python3-sphinx-rtd-theme python3-sphinx make libcommon-sense-perl libjson-perl libdatetime-perl
|
||||
sudo apt install -y python3-sphinx-rtd-theme python3-sphinx make libcommon-sense-perl libjson-perl libdatetime-perl libterm-readkey-perl
|
||||
-
|
||||
name: Build documentation
|
||||
run: cd doc/sphinx/ && make all
|
||||
|
|
Loading…
Reference in a new issue