Skip to content

Commit

Permalink
Update javadocs action (#704)
Browse files Browse the repository at this point in the history
* Update publish-javadoc.yml

Now uses the most recent version of version 2.x of the publisher

* Update publish-javadoc.yml

Another attempt at getting latest version

* Changing to version 2.4.0
  • Loading branch information
charlestian23 authored Dec 16, 2023
1 parent 59bb7ee commit 9283197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish JavaDoc
uses: MathieuSoysal/Javadoc-publisher.yml@master
uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
Expand Down

0 comments on commit 9283197

Please sign in to comment.