Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
benfiratkaya committed Aug 27, 2024
1 parent 1786f97 commit 892fb2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-javadoc-maven.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: LeaderOS Javadoc
name: Deploy Javadoc

on:
push:
Expand All @@ -17,6 +17,6 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 21
java-version: 17
target-folder: javadoc # url will be https://<username>.github.io/<repo>/javadoc, This can be left as nothing to generate javadocs in the root folder.
project: maven # or gradle

0 comments on commit 892fb2f

Please sign in to comment.