Skip to content

Commit

Permalink
Skip publishing latest and snapshot docs
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jul 11, 2023
1 parent 2628920 commit d148044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
BRANCH: gh-pages
OLDER_VERSION: ${{ startsWith(steps.extract_branch.outputs.value, '3.3') || startsWith(steps.extract_branch.outputs.value, '4.1') }}
SKIP_SNAPSHOT: true
FOLDER: build/docs
DOC_FOLDER: gh-pages
COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
BRANCH: gh-pages
FOLDER: build/docs
VERSION: ${{ github.event.inputs.grails_version }}
BETA: ${{ contains(github.event.inputs.grails_version, 'M') || contains(github.event.inputs.grails_version, 'RC') }}
SKIP_SNAPSHOT: true
SKIP_LATEST: true
DOC_FOLDER: gh-pages
COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }}
COMMIT_NAME: ${{ env.GIT_USER_NAME }}

0 comments on commit d148044

Please sign in to comment.