This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch v2 in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/v2 by this push: new 940971f Stage site output 940971f is described below commit 940971f9ca39e1220e9d69e1d4c0b7a36ec2a877 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Mar 12 20:26:36 2022 +0100 Stage site output --- .github/workflows/maven-verify.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 9b31b09..fd8612a 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -96,7 +96,7 @@ on: ff-site-goal: description: The Maven goal used by fail-fast-build job to build site required: false - default: '-DskipTests -P reporting site' + default: '-DskipTests -P reporting site site:stage' type: string ff-timeout-minutes: @@ -174,8 +174,7 @@ jobs: with: name: ${{ github.run_number }}-site-${{ inputs.ff-os }}-${{ inputs.ff-jdk }}-${{ inputs.ff-jdk-distribution }} path: | - **/target/site/** - !**/target/it/** + target/staging/** - name: Upload artifact on failure uses: actions/upload-artifact@v3