ci(build-docs): fix baseless non-critical warnings in build log
Generate documentation / build-docs (push) Successful in 5m27s

- Eliminate the warning about the generic 404 page being replaced, it
was intentional.
- Add a flag to the cloudflare deploy task to approve pushes from dirty
git repos, it was intentional for the dynamic build.
This commit is contained in:
2026-07-28 00:20:16 -04:00
parent f9dfc4ca4c
commit f9086bd2ca
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ jobs:
cd docs/site
npx --yes wrangler pages deploy dist/ \
--project-name=fish-config-docs \
--branch=main
--branch=main \
--commit-dirty=true
- name: Commit generated docs
run: |