Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 16, 2024
1 parent 4cb5494 commit ff3e895
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
required: true
jobs:
docs:
needs: publish
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -36,10 +35,10 @@ jobs:
if: success()
uses: micronaut-projects/github-pages-deploy-action@grails
env:
BETA: ${{ contains(needs.publish.outputs.release_version, 'M') }}
BETA: ${{ contains(github.event.inputs.version, 'M') }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
BRANCH: gh-pages
FOLDER: build/docs
VERSION: ${{ needs.publish.outputs.release_version }}
VERSION: ${{ github.event.inputs.version }}
COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }}
COMMIT_NAME: ${{ env.GIT_USER_NAME }}

0 comments on commit ff3e895

Please sign in to comment.