Skip to content

Commit

Permalink
ci: Add commit-dirty flag to wrangler pages deploy command
Browse files Browse the repository at this point in the history
Co-Authored-By: t.yic.yt@gmail.com <t.yic.yt@gmail.com>
  • Loading branch information
devin-ai-integration[bot] and whitphx committed Feb 2, 2025
1 parent ddf1edd commit 1d93adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy website --project-name=stlite-sharing --branch=${{ github.ref_name }}
command: pages deploy website --project-name=stlite-sharing --branch=${{ github.ref_name }} --commit-dirty=true
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

build-sharing-editor:
Expand Down Expand Up @@ -546,7 +546,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy website --project-name=stlite-sharing-editor --branch=${{ github.ref_name }}
command: pages deploy website --project-name=stlite-sharing-editor --branch=${{ github.ref_name }} --commit-dirty=true
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

build-desktop:
Expand Down

0 comments on commit 1d93adc

Please sign in to comment.