aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-03-26 23:10:56 +0100
committern-peugnet <n.peugnet@free.fr>2022-03-26 23:10:56 +0100
commit8207a255c9f8ed7a6e05a675d79f9423661e7eef (patch)
tree784a81899748ee7a8e96fac74469d17d06821ba8 /.github/workflows/build.yml
parentc0994bddab70de20fd1131a56fd64a7a3fccbce8 (diff)
downloadclub1-docs-8207a255c9f8ed7a6e05a675d79f9423661e7eef.tar.gz
club1-docs-8207a255c9f8ed7a6e05a675d79f9423661e7eef.zip
fix github action sphinx prebuild command
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2ff04d8..f1ea954 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
- name: Build HTML
uses: XanaduAI/sphinx-action@08cb9868314fb5be5f28644b540a38b8faaf8e87
with:
- pre-build-command: sudo pip install myst-parser sphinx-rtd-theme sphinx-intl
+ pre-build-command: pip install myst-parser sphinx-rtd-theme sphinx-intl
docs-folder: .
- name: Install RSA key
env: