Skip to content

Commit

Permalink
Update publish-javadoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocelot5836 authored Nov 22, 2024
1 parent 6869eaa commit 141504c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Javadoc
on:
push:
branches:
- 1.20
- 1.21

jobs:
publish:
Expand All @@ -25,7 +25,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
javadoc-branch: javadoc
java-version: 17
java-version: 21
javadoc-source-folder: common/build/docs/javadoc
project: gradle

Expand Down

0 comments on commit 141504c

Please sign in to comment.