Skip to content

Commit

Permalink
test generate-javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Oct 7, 2023
1 parent 0de1917 commit a636c7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
gpg_private_key: ${{ secrets.GPG_SECRET }}
gpg_passphrase: ${{ secrets.GPG_PASSWORD }}

- name: Build with Maven
run: mvn clean install -DskipTests
with:
gpg_private_key: ${{ secrets.GPG_SECRET }}
gpg_passphrase: ${{ secrets.GPG_PASSWORD }}


- name: Build and generate Javadoc
run: mvn javadoc:javadoc
Expand Down

0 comments on commit a636c7d

Please sign in to comment.