Skip to content

Commit

Permalink
Generate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 3, 2024
1 parent 830465f commit 017af5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
./gradlew
-Dorg.gradle.internal.publish.checksums.insecure=true
publish
- name: "📖 Publish Groovydoc to Github Pages"
- name: "Generate Java & Groovydoc"
run: ./gradlew javadoc groovydoc
- name: "📖 Publish docs to Github Pages"
if: success() && github.event_name == 'push'
uses: micronaut-projects/github-pages-deploy-action@grails
env:
Expand Down

0 comments on commit 017af5c

Please sign in to comment.