Skip to content

Commit

Permalink
Update workflows per upgraded maven site oddities
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed May 24, 2024
1 parent 1f0882d commit 422e672
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
with:
assembly: stable
packages: openjdk11-jdk
maven-build-phases: install
maven-doc-phases: clean,site,site:stage
maven-stable-artifact-phases: clean,site,site:stage,deploy
documentation-dir: target/staging/validate
env:
ossrh_username: ${{secrets.OSSRH_USERNAME}}
ossrh_password: ${{secrets.OSSRH_PASSWORD}}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/unstable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ jobs:
uses: NASA-PDS/roundup-action@stable
with:
assembly: unstable
maven-doc-phases: package,site,site:stage,-DskipTests
maven-unstable-artifact-phases: clean,site,deploy,-DskipTests
packages: openjdk11-jdk
maven-build-phases: install
maven-doc-phases: clean,site,site:stage
maven-unstable-artifact-phases: clean,site,site:stage,deploy
env:
ossrh_username: ${{secrets.OSSRH_USERNAME}}
ossrh_password: ${{secrets.OSSRH_PASSWORD}}
Expand Down

0 comments on commit 422e672

Please sign in to comment.