ci: ignore dirty commit warn
All checks were successful
notohh.dev / build (push) Successful in 1m24s
All checks were successful
notohh.dev / build (push) Successful in 1m24s
This commit is contained in:
parent
24882ce03e
commit
7bc9d8ae5c
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ jobs:
|
|||
with:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
command: pages deploy ./dist --project-name=notohh-dev
|
||||
command: pages deploy ./dist --project-name=notohh-dev --commit-dirty=true
|
||||
|
|
Loading…
Reference in a new issue