Skip to content

Commit

Permalink
Update javadocs action (#703)
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
  • Loading branch information
charlestian23 authored Dec 16, 2023
1 parent 8cb1211 commit 59bb7ee
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@v2
uses: MathieuSoysal/Javadoc-publisher.yml@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
Expand Down

0 comments on commit 59bb7ee

Please sign in to comment.