Skip to content

Commit

Permalink
Merge pull request #43 from lip6/dependabot/github_actions/JamesIves/…
Browse files Browse the repository at this point in the history
…github-pages-deploy-action-4.5.0

Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0
  • Loading branch information
yanntm authored Dec 12, 2023
2 parents c52dc8c + f6764f9 commit b40616e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build with Maven
run: mvn -e generate-sources install
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: update-site/target/repository # The folder the action should deploy.
Expand Down

0 comments on commit b40616e

Please sign in to comment.