Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Apr 8, 2024
1 parent 8de6d46 commit 25deb57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: apk add openjdk8 openjdk21
- run: rm -Rf /root/.gradle/jdks
- run: apk add openjdk21
- run: ./gradlew :kotlite-apidoc:generateStdlibApiDoc :kotlite-demo:assemble
- run: cd doc && asciidoctor -r asciidoctor-diagram -D "/wd/doc/output" /wd/doc/usermanual/index.adoc
- run: cp -R usermanual/img output/img
Expand Down

0 comments on commit 25deb57

Please sign in to comment.