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 2c95cf2 commit b8e2442Copy full SHA for b8e2442
.github/workflows/maven.yml
@@ -18,8 +18,8 @@ jobs:
18
run: mvn --no-transfer-progress verify site
19
- name: Deploy documentation
20
if: ${{ github.ref == 'refs/heads/master' }}
21
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: JamesIves/github-pages-deploy-action@v4.7.1
22
with:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
BRANCH: gh-pages
25
- FOLDER: target/site
+ FOLDER: target/site
0 commit comments