Skip to content

Commit 97ca511

Browse files
Fixing GitHub workflow for JavaDoc building
1 parent 0227d92 commit 97ca511

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-javadoc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ jobs:
1010
publish:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
1316
- name: Deploy JavaDoc 🚀
14-
uses: MathieuSoysal/Javadoc-publisher.yml@v2.4.0
17+
uses: MathieuSoysal/Javadoc-publisher.yml@v3.0.2
1518
with:
1619
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1720
javadoc-branch: javadoc

0 commit comments

Comments
 (0)