We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efc72d commit 7438ad8Copy full SHA for 7438ad8
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build with Maven
38
run: mvn -B -V -e clean verify
39
- name: Deploy Site
40
- if: ${{ matrix.java == '1.8' && github.event_name != 'release' && !startsWith(github.event_name, 'pull_request') }}
+ if: ${{ matrix.java == '8' && github.event_name != 'release' && !startsWith(github.event_name, 'pull_request') }}
41
run: mvn -B -e site-deploy
42
env:
43
GITHUB_TOKEN: ${{ github.token }}
0 commit comments