From 6028ba6a2ca175a94cd6f655e6a4ec75aee9890a Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Tue, 15 Oct 2024 12:59:45 +0200 Subject: [PATCH] fixes #1026, lowered deploy-pages version --- .github/workflows/sphinx-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx-docs.yml b/.github/workflows/sphinx-docs.yml index 32f00142..35566b7c 100644 --- a/.github/workflows/sphinx-docs.yml +++ b/.github/workflows/sphinx-docs.yml @@ -43,4 +43,4 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v3 \ No newline at end of file