Skip to content

Commit

Permalink
Fix site deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasrutishauser committed Oct 23, 2024
1 parent 8efc72d commit 7438ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build with Maven
run: mvn -B -V -e clean verify
- name: Deploy Site
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') }}
run: mvn -B -e site-deploy
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 7438ad8

Please sign in to comment.