ci(build-docs): fix baseless non-critical warnings in build log
Generate documentation / build-docs (push) Successful in 5m27s
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user