This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch stage-site in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
commit 21907c3de21558cc8fd8e5cdcde09998735fe949 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Sun Mar 13 18:40:59 2022 +0100 Stage site build and use site-pom.xml --- .github/workflows/maven-verify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index bbd7786..2b4c79a 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,3 +25,5 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2 + with: + ff-site-goal: 'site site:stage -f site-pom.xml'
