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

Commit 7256d45

Browse files
authored
Merge pull request #745 from grails/doc-workflow
Update docs.yml
2 parents e1fd24d + 1f4dc52 commit 7256d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
if_false: ${{ github.repository }}
4545
- name: Publish to Github Pages
4646
if: success()
47-
uses: micronaut-projects/github-pages-deploy-action@master
47+
uses: micronaut-projects/github-pages-deploy-action@grails
4848
env:
49-
BETA: ${{ contains(steps.release_version.outputs.release_version, 'M') || contains(steps.release_version.outputs.release_version, 'RC') }}
49+
SKIP_LATEST: ${{ contains(steps.release_version.outputs.release_version, 'M') }}
5050
TARGET_REPOSITORY: ${{ steps.docs_target.outputs.value }}
5151
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5252
BRANCH: gh-pages

0 commit comments

Comments
 (0)