[ci] add dependencies for doc build

This commit is contained in:
tangxifan 2022-12-28 12:36:40 -08:00
parent a4e786f30e
commit 0c09c04945
1 changed files with 5 additions and 0 deletions

5
.github/workflows/doc_dependencies.sh vendored Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# The package list is designed for Ubuntu 20.04 LTS
apt-get install python3-sphinx
python3 -m pip install -r docs/requirements.txt