From 8207a255c9f8ed7a6e05a675d79f9423661e7eef Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Sat, 26 Mar 2022 23:10:56 +0100 Subject: fix github action sphinx prebuild command --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3