Skip to content

Commit

Permalink
ci: temporarily disable docs (#429)
Browse files Browse the repository at this point in the history
Temporary measure to get a successful release workflow with an already published version.
  • Loading branch information
matrei authored Nov 20, 2024
1 parent d478720 commit 9d0866c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
asset_name: grails-cli-${{ steps.release_version.outputs.value }}.zip
asset_content_type: application/zip
- name: "📤 Publish to Github Pages"
if: false # Temp disable for re-release
uses: micronaut-projects/github-pages-deploy-action@master
env:
BETA: ${{ contains(steps.release_version.outputs.value, 'M') }}
Expand Down

0 comments on commit 9d0866c

Please sign in to comment.