Skip to content

Commit 269264d

Browse files
Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.1
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.1. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.5.0...v4.6.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f97b2d commit 269264d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
make html
2424
2525
- name: Deploy to gh-pages
26-
uses: JamesIves/github-pages-deploy-action@v4.5.0
26+
uses: JamesIves/github-pages-deploy-action@v4.6.1
2727
with:
2828
branch: gh-pages # The branch the action should deploy to.
2929
folder: docs/_build/html # The folder the action should deploy.

0 commit comments

Comments
 (0)