diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 5152b678b..ee8466fcd 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -26,10 +26,10 @@ jobs: java-version: 21 - name: Build with Maven run: | - mvn -B -DskipTests -DskipITs -ntp -T 1 install site + mvn -B -DskipTests -DskipITs -DstagingDirectory=$PWD/target/staging -ntp -T 1 install site site:stage rm -rf piranha-website/snapshot || true mkdir -p piranha-website/snapshot || true - cp -R target/site/* piranha-website/snapshot/ + cp -R target/staging/* piranha-website/snapshot/ cd piranha-website git config --global user.email "noreply@piranha.cloud" git config --global user.name "Automated publish" diff --git a/dist/coreprofile/src/site/site.xml b/dist/coreprofile/src/site/site.xml index c7eb2f273..f0d1c385b 100644 --- a/dist/coreprofile/src/site/site.xml +++ b/dist/coreprofile/src/site/site.xml @@ -7,6 +7,8 @@
+