aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-03-28 22:25:54 +0200
committern-peugnet <n.peugnet@free.fr>2022-03-28 22:28:37 +0200
commit129ece8d445abbe2896ffd3c2491b997acd0c69c (patch)
tree020903b2f4d9b749fc856013ebdcccd313eb5090 /.github/workflows/build.yml
parente4a912b6776a33d3092d70155a8a2a4a09542d7e (diff)
downloadclub1-docs-129ece8d445abbe2896ffd3c2491b997acd0c69c.tar.gz
club1-docs-129ece8d445abbe2896ffd3c2491b997acd0c69c.zip
fix: github action install gettext
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b9cea54..e6df217 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,7 +13,9 @@ jobs:
- name: Build HTML
uses: XanaduAI/sphinx-action@08cb9868314fb5be5f28644b540a38b8faaf8e87
with:
- pre-build-command: pip install myst-parser sphinx-rtd-theme
+ pre-build-command: >
+ apt-get update -y && apt-get install --no-install-recommends -y gettext
+ && pip install myst-parser sphinx-rtd-theme
docs-folder: .
- name: Install RSA key
env: