We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c52dc8c + f6764f9 commit b40616eCopy full SHA for b40616e
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build with Maven
28
run: mvn -e generate-sources install
29
- name: Deploy to GitHub Pages
30
- uses: JamesIves/github-pages-deploy-action@v4.4.3
+ uses: JamesIves/github-pages-deploy-action@v4.5.0
31
with:
32
branch: gh-pages # The branch the action should deploy to.
33
folder: update-site/target/repository # The folder the action should deploy.
0 commit comments