From 2080c3b17e26d0d5a2a4eb49c561865746a8d427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:22:21 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action in the gh-actions group Bumps the gh-actions group with 1 update: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `JamesIves/github-pages-deploy-action` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/preview.yml | 2 +- .github/workflows/sphinx.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 8cbabcb97..0c418e9f3 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -40,7 +40,7 @@ jobs: touch _build/.nojekyll - name: Deploy documentation sphinx - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 5d2fc1282..30a774f48 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -45,7 +45,7 @@ jobs: env: CNAME: ${{ secrets.CNAME }} - - uses: JamesIves/github-pages-deploy-action@v4.5.0 + - uses: JamesIves/github-pages-deploy-action@v4.6.0 if: ${{ github.event_name == 'push' && steps.deploy-on-push.outputs.result != 0 }} with: branch: gh-pages