[meta] Attempt to silence Cloudflare warning

This commit is contained in:
Manav Rathi 2024-05-10 20:57:03 +05:30
parent db86bec93c
commit 7238a34e4c
No known key found for this signature in database

View file

@ -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