From d0d47ec5c0939f19577e7a7df1b012b9f3e644d8 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 31 Aug 2024 15:48:23 -0400 Subject: [PATCH 1/2] [pom] Bump to base-parent 49 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a955c5d22..8e48337a8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.github.hazendaz base-parent - 48 + 49 From fd0aa0fc66bb9e2270848cbcb628e3b092ee3a3b Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 31 Aug 2024 15:48:35 -0400 Subject: [PATCH 2/2] [GHA] Move site staging back to target/staging --- .github/workflows/site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index 9879e6e7a..3e8f02e82 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -27,5 +27,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages - folder: spotbugs/spotbugs-maven-plugin.git + folder: target/staging ssh-key: ${{ secrets.DEPLOY_KEY }}