Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Oct 8, 2023
1 parent ae28025 commit 36143e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
arguments: build
publish:
if: github.event_name == "push"
if: github.event_name == 'push'
runs-on: ubuntu-latest
needs: ["build"]
steps:
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
FOLDER: build/docs
DOC_FOLDER: gh-pages
COMMIT_EMAIL: [email protected]
COMMIT_NAME: Puneet Behl
COMMIT_NAME: Puneet Behl

0 comments on commit 36143e3

Please sign in to comment.