Update docs.yml
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index f9ce180..f64bc3c 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -44,9 +44,9 @@
if_false: ${{ github.repository }}
- name: Publish to Github Pages
if: success()
- uses: micronaut-projects/github-pages-deploy-action@master
+ uses: micronaut-projects/github-pages-deploy-action@grails
env:
- BETA: ${{ contains(steps.release_version.outputs.release_version, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }}
+ SKIP_LATEST: ${{ contains(steps.release_version.outputs.release_version, 'M') }}
TARGET_REPOSITORY: ${{ steps.docs_target.outputs.value }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
BRANCH: gh-pages