diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-26 23:10:56 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-26 23:10:56 +0100 |
commit | 8207a255c9f8ed7a6e05a675d79f9423661e7eef (patch) | |
tree | 784a81899748ee7a8e96fac74469d17d06821ba8 /.github | |
parent | c0994bddab70de20fd1131a56fd64a7a3fccbce8 (diff) | |
download | club1-docs-8207a255c9f8ed7a6e05a675d79f9423661e7eef.tar.gz club1-docs-8207a255c9f8ed7a6e05a675d79f9423661e7eef.zip |
fix github action sphinx prebuild command
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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: |