Skip to content

Commit c71a18a

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 b40616e commit c71a18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build with Maven
2828
run: mvn -e generate-sources install
2929
- name: Deploy to GitHub Pages
30-
uses: JamesIves/github-pages-deploy-action@v4.5.0
30+
uses: JamesIves/github-pages-deploy-action@v4.6.1
3131
with:
3232
branch: gh-pages # The branch the action should deploy to.
3333
folder: update-site/target/repository # The folder the action should deploy.

0 commit comments

Comments
 (0)