Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 39d95b4

Browse files
authoredMar 1, 2025··
build(deps): bump JamesIves/github-pages-deploy-action
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.2...v4.7.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a12034 commit 39d95b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docs-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Deploy 🚀
8181
if: ${{ github.event_name != 'pull_request' }}
82-
uses: JamesIves/github-pages-deploy-action@v4.7.2
82+
uses: JamesIves/github-pages-deploy-action@v4.7.3
8383
with:
8484
token: ${{ secrets.GITHUB_TOKEN }}
8585
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)
Please sign in to comment.