From beb33f0da20581338c46f0c525775904b35a1130 Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Mon, 21 Mar 2022 15:56:54 +0100 Subject: [PATCH] Update sphinx-build.yml --- .github/workflows/sphinx-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx-build.yml b/.github/workflows/sphinx-build.yml index a3929d2..52f38bd 100644 --- a/.github/workflows/sphinx-build.yml +++ b/.github/workflows/sphinx-build.yml @@ -14,7 +14,7 @@ jobs: - name: Create the new documentation uses: ammaraskar/sphinx-action@master with: - pre-build-command: "python -m pip .[docs]" + pre-build-command: "python3 -m pip install .[docs]" docs-folder: "docs/" - name: Deploy