From 9748603cc8ee23ab9d3227f764ae542e6fc36d09 Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Thu, 1 May 2025 23:11:33 +0200 Subject: [PATCH 1/2] Try v4 to deploy website --- .github/workflows/website.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 29358fde..f2f5cdff 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -18,8 +18,7 @@ jobs: - name: Build html documentation run: virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install sphinx sphinx_rtd_theme && cd doc && make html && cd - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/master' }} + uses: peaceiris/actions-gh-pages@v4 with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_branch: gh-pages From 4db5a3b228eaf19ba402286fced4493b216ed825 Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Thu, 1 May 2025 23:20:06 +0200 Subject: [PATCH 2/2] Retry with v3 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f2f5cdff..99fbc279 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -18,7 +18,7 @@ jobs: - name: Build html documentation run: virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install sphinx sphinx_rtd_theme && cd doc && make html && cd - - name: Deploy - uses: peaceiris/actions-gh-pages@v4 + uses: peaceiris/actions-gh-pages@v3 with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} publish_branch: gh-pages