Skip to content

Commit

Permalink
Merge pull request #148 from jdaugherty/6.0.x
Browse files Browse the repository at this point in the history
Generate documentation
  • Loading branch information
jdaugherty authored Dec 3, 2024
2 parents 71c6af2 + f7e5892 commit bcf37ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
run: >
./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 bcf37ce

Please sign in to comment.