Skip to content

Commit

Permalink
Update actions-publish-javadoc.yml
Browse files Browse the repository at this point in the history
okay it's meant to be 8, not 1.8, I guess
  • Loading branch information
11BelowStudio authored Feb 28, 2024
1 parent 7196805 commit c7e963d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions-publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: dev-vince/actions-publish-javadoc@v1.0.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
java-version: "1.8" # Replace with your java version. Default is 17
java-version: "8" # Replace with your java version. Default is 17
project: maven # The project type. By default maven
branch: "gh-pages" # The branch for the javadoc contents. By default gh-pages

0 comments on commit c7e963d

Please sign in to comment.