Skip to content

Commit 7438ad8

Browse files
Fix site deployment
1 parent 8efc72d commit 7438ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build with Maven
3838
run: mvn -B -V -e clean verify
3939
- name: Deploy Site
40-
if: ${{ matrix.java == '1.8' && github.event_name != 'release' && !startsWith(github.event_name, 'pull_request') }}
40+
if: ${{ matrix.java == '8' && github.event_name != 'release' && !startsWith(github.event_name, 'pull_request') }}
4141
run: mvn -B -e site-deploy
4242
env:
4343
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)