From 222cdb3d50e5948f55c0c5fba3f18314c6094c01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:50:58 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.5 --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index f9aa46b7..86bb50de 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -42,6 +42,6 @@ jobs: run: slap install --extras docs --no-venv-check - name: Build documentation run: cd docs && novella --base-url pydoc-markdown/ - - uses: JamesIves/github-pages-deploy-action@4.1.4 + - uses: JamesIves/github-pages-deploy-action@v4.6.5 if: github.ref == 'refs/heads/develop' with: { branch: gh-pages, folder: docs/_site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }