Skip to content

Commit

Permalink
Fix CI build (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Sep 22, 2022
1 parent 44cb106 commit 7237e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
mvn install site
- name: Website
if: matrix.java == '11' && github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/website') || startsWith(github.ref, 'refs/tags/v'))
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/website') || startsWith(github.ref, 'refs/tags/v'))
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN_GH }}
run: |
Expand Down

0 comments on commit 7237e69

Please sign in to comment.