Skip to content

Commit

Permalink
Fixed build documentation step (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Jan 24, 2024
1 parent 34fa437 commit 8cea159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN }}
ref: v${{ needs.publish.outputs.release_version }}
- name: Publish Documentation
- name: Build Documentation
id: docs
if: steps.publish.outcome == 'success'
uses: gradle/gradle-build-action@v2
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
Expand Down

0 comments on commit 8cea159

Please sign in to comment.