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 bcb37a3 commit 7442607Copy full SHA for 7442607
.github/workflows/build.yaml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Deploy docs to website
41
if: ${{ github.ref == 'refs/heads/main' }}
42
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: JamesIves/github-pages-deploy-action@v4
43
with:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
BRANCH: site
.github/workflows/release.yaml
@@ -34,7 +34,7 @@ jobs:
34
- run: mvn javadoc:javadoc
35
36
37
38
0 commit comments