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 a636c7d commit 1f5743e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/generate-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ 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


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

0 comments on commit 1f5743e

Please sign in to comment.