mirror of
https://github.com/ovh/the-bastion.git
synced 2025-11-17 14:31:04 +08:00
chore: fix: documentation build was missing a prereq
This commit is contained in:
parent
27d09e8cbe
commit
916485b3cb
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
|
||||
sudo apt install -y python3-sphinx-rtd-theme python3-sphinx make libcommon-sense-perl libjson-perl libdatetime-perl
|
||||
-
|
||||
name: Build documentation
|
||||
run: cd doc/sphinx/ && make all
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue