Skip to content

Commit

Permalink
Merge pull request #427 from hazendaz/master
Browse files Browse the repository at this point in the history
Site adjustments for single module repo delivery (skipping staging)
  • Loading branch information
hazendaz authored Dec 8, 2023
2 parents 312f9ec + e57cd05 commit 2cd1c0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Build site
run: ./mvnw site site:stage -DskipTests -B -V --no-transfer-progress -Dlicense.skip=true
run: ./mvnw site -DskipTests -B -V --no-transfer-progress -Dlicense.skip=true
env:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -29,6 +29,6 @@ jobs:
with:
ssh-key: true
branch: gh-pages
folder: target/staging
folder: target/site
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ nb-configuration.xml
.mvn/wrapper/maven-wrapper.jar
pom.xml.releaseBackup
release.properties
.github/keys/

0 comments on commit 2cd1c0e

Please sign in to comment.