Skip to content

Commit

Permalink
[skip ci] Disable publishing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Dec 18, 2023
1 parent 798a0f6 commit fb0dca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
asset_name: grails-cli-${{ steps.release_version.outputs.value }}.zip
asset_content_type: application/zip
- name: Publish to Github Pages
if: success()
if: success() && false # Disabled until we have a new release
uses: micronaut-projects/github-pages-deploy-action@master
env:
BETA: ${{ contains(steps.release_version.outputs.value, 'M') }}
Expand Down

0 comments on commit fb0dca7

Please sign in to comment.