Skip to content

Commit

Permalink
Merge pull request #874 from hazendaz/master
Browse files Browse the repository at this point in the history
Bump base parent to 49 and fix the staging location in site GHA
  • Loading branch information
hazendaz authored Aug 31, 2024
2 parents b194ff4 + fd0aa0f commit 0c3f2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.hazendaz</groupId>
<artifactId>base-parent</artifactId>
<version>48</version>
<version>49</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 0c3f2d2

Please sign in to comment.