Skip to content

Commit

Permalink
Update GitHub Workflow for JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
giftkugel authored and deepy committed Sep 27, 2024
1 parent 92e1d21 commit 46c1372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Java
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 8
- name: Build Javadoc
run: ./gradlew --no-configuration-cache dokkaJavadoc
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/dokka/javadoc

0 comments on commit 46c1372

Please sign in to comment.