Skip to content

Commit

Permalink
Merge pull request #745 from grails/doc-workflow
Browse files Browse the repository at this point in the history
Update docs.yml
  • Loading branch information
puneetbehl authored Jul 22, 2023
2 parents e1fd24d + 1f4dc52 commit 7256d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
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
Expand Down

0 comments on commit 7256d45

Please sign in to comment.