-
Notifications
You must be signed in to change notification settings - Fork 117
Remove check-docs CI & replace with a daily CI run #806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Remove check-docs job from PR workflow that was causing frequent failures due to subtle differences between local and CI doc generation - Add new daily scheduled workflow that: - Runs docs generation at 2 AM UTC daily - Automatically creates a PR if changes are detected - Updates existing PR (docs/auto-generate branch) if one already exists - Can also be triggered manually via workflow_dispatch This improves the PR experience by not blocking PRs on doc generation issues, while ensuring docs stay in sync through automated daily updates.
|
More templates
@tanstack/angular-db
@tanstack/db
@tanstack/db-ivm
@tanstack/electric-db-collection
@tanstack/offline-transactions
@tanstack/powersync-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
|
Size Change: 0 B Total Size: 86 kB ℹ️ View Unchanged
|
|
Size Change: 0 B Total Size: 3.34 kB ℹ️ View Unchanged
|
Docs will now be automatically generated and committed as part of the release process, ensuring they're always in sync with releases.
This improves the PR experience by not blocking PRs on doc generation issues, while ensuring docs stay in sync through automated daily updates.
🎯 Changes
✅ Checklist
pnpm test:pr.🚀 Release Impact