Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley authored Sep 16, 2024
1 parent 6c8c67c commit df628a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
with:
arguments: build
publish_documentation:
publish:
name: Publish Snapshot release
runs-on: ubuntu-latest
if: github.event_name == 'push'
Expand All @@ -48,7 +48,7 @@ jobs:
with:
arguments: |
-Dorg.gradle.internal.publish.checksums.insecure=true
publish
publish --rerun-tasks
- name: Generate Documentation
if: success()
uses: gradle/actions/setup-gradle@v3
Expand All @@ -66,4 +66,4 @@ jobs:
FOLDER: docs/build/docs
DOC_FOLDER: gh-pages
COMMIT_EMAIL: 'grails-build@users.noreply.github.com'
COMMIT_NAME: 'grails-build'
COMMIT_NAME: 'grails-build'

0 comments on commit df628a0

Please sign in to comment.