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 cd docs/site
npx --yes wrangler pages deploy dist/ \ npx --yes wrangler pages deploy dist/ \
--project-name=fish-config-docs \ --project-name=fish-config-docs \
--branch=main --branch=main \
--commit-dirty=true
- name: Commit generated docs - name: Commit generated docs
run: | run: |
+1
View File
@@ -5,6 +5,7 @@ import starlightCatppuccin from '@catppuccin/starlight';
import sidebar from './src/sidebar.json' with { type: 'json' }; import sidebar from './src/sidebar.json' with { type: 'json' };
export default defineConfig({ export default defineConfig({
prerenderConflictBehavior: 'ignore',
site: 'https://fish.rootiest.fyi', site: 'https://fish.rootiest.fyi',
integrations: [ integrations: [
starlight({ starlight({