Skip to content

Commit

Permalink
Removing --verbose from wrangler-action. Didn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing authored Mar 7, 2024
1 parent 55ebfdb commit 4a33024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy html/build/dist --project-name='agile-gdx' --commit-dirty=true --verbose
command: pages deploy html/build/dist --project-name='agile-gdx' --commit-dirty=true
#uses: cloudflare/pages-action@1
#with:
# apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down

0 comments on commit 4a33024

Please sign in to comment.