Skip to content

Commit b40616e

Browse files
authored
Merge pull request #43 from lip6/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.5.0
Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0
2 parents c52dc8c + f6764f9 commit b40616e

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.4.3
30+
uses: JamesIves/github-pages-deploy-action@v4.5.0
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)