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.
1 parent b40616e commit c71a18aCopy full SHA for c71a18a
.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.5.0
+ uses: JamesIves/github-pages-deploy-action@v4.6.1
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