From 129ece8d445abbe2896ffd3c2491b997acd0c69c Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 28 Mar 2022 22:25:54 +0200 Subject: fix: github action install gettext --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3