Skip to content

Commit

Permalink
revert actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Mar 12, 2023
1 parent 8c65263 commit 84cc9df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
- name: Generate Javadocs
run: |
mvn javadoc:javadoc
mvn javadoc:aggregate-no-fork
run: mvn javadoc:aggregate-no-fork
- name: Deploy Javadocs
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 84cc9df

Please sign in to comment.