Skip to content

Commit

Permalink
Don't publish docs to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 11, 2024
1 parent c0ce60c commit bc7118d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,4 @@ jobs:
run: >
./gradlew
-Dorg.gradle.internal.publish.checksums.insecure=true
publish
- name: "📖 Publish Groovydoc to Github Pages"
if: success() && github.event_name == 'push'
uses: micronaut-projects/github-pages-deploy-action@grails
env:
BRANCH: gh-pages
COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }}
COMMIT_NAME: ${{ env.GIT_USER_NAME }}
DOC_FOLDER: gh-pages
FOLDER: build/docs
GH_TOKEN: ${{ secrets.GH_TOKEN }}
publish

0 comments on commit bc7118d

Please sign in to comment.