Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit bc7118d

Browse files
committed
Don't publish docs to github pages
1 parent c0ce60c commit bc7118d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,4 @@ jobs:
4242
run: >
4343
./gradlew
4444
-Dorg.gradle.internal.publish.checksums.insecure=true
45-
publish
46-
- name: "📖 Publish Groovydoc to Github Pages"
47-
if: success() && github.event_name == 'push'
48-
uses: micronaut-projects/github-pages-deploy-action@grails
49-
env:
50-
BRANCH: gh-pages
51-
COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }}
52-
COMMIT_NAME: ${{ env.GIT_USER_NAME }}
53-
DOC_FOLDER: gh-pages
54-
FOLDER: build/docs
55-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
45+
publish

0 commit comments

Comments
 (0)