Skip to content

Commit

Permalink
test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
electricsam committed Dec 20, 2024
1 parent 897f668 commit e88a306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: build with maven
run: mvn -B -s settings.xml clean deploy -Prelease -Psite-publish -Dgit.password=${{ secrets.RELEASE_PAT }} -Dgit.username=${{ secrets.RELEASE_USERNAME }}
run: mvn -B -s settings.xml clean deploy site -Prelease -Psite-publish -Dgit.password=${{ secrets.RELEASE_PAT }} -Dgit.username=${{ secrets.RELEASE_USERNAME }}
env:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
SIGN_KEY_PASS: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Expand Down

0 comments on commit e88a306

Please sign in to comment.