[meta] Attempt to silence Cloudflare warning
This commit is contained in:
parent
db86bec93c
commit
7238a34e4c
1 changed files with 12 additions and 1 deletions
13
.github/workflows/docs-deploy.yml
vendored
13
.github/workflows/docs-deploy.yml
vendored
|
@ -41,4 +41,15 @@ jobs:
|
|||
with:
|
||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
command: pages deploy --project-name=ente --branch=help docs/docs/.vitepress/dist
|
||||
# [Note: Wrangler commit-dirty]
|
||||
#
|
||||
# Without the --commit-dirty flag, running the wrangler-action
|
||||
# always prints a warning when used:
|
||||
#
|
||||
# Warning: Your working directory is a git repo and has uncommitted changes
|
||||
# To silence this warning, pass in --commit-dirty=true
|
||||
#
|
||||
# There is no clear documentation of if passing this is
|
||||
# harmless, but all indications and in-practice tests seem to
|
||||
# indicate so.
|
||||
command: pages deploy --project-name=ente --branch=help --commit-dirty=true docs/docs/.vitepress/dist
|
||||
|
|
Loading…
Reference in a new issue