Skip to content

Commit

Permalink
Stage site on GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Mar 16, 2022
1 parent 68bca29 commit 722fa93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven-verify.yml
Expand Up @@ -28,10 +28,9 @@ jobs:
with:
jdk-matrix: '[ "8", "11", "17", "18-ea" ]'
ff-jdk: '18-ea'
ff-goal: 'clean install site -nsu'
ff-goal: 'clean install site site:stage -nsu'
ff-site-goal: '-v'
verify-goal: 'clean install -nsu -P run-its'
verify-site-goal: '-v'
verify-fail-fast: false
failure-upload-path: |
surefire-its/target/*/log.txt
Expand Down

0 comments on commit 722fa93

Please sign in to comment.