summaryrefslogtreecommitdiff
path: root/.github/workflows/docs.yaml
AgeCommit message (Collapse)Author
2026-04-07ci: merge dokka and docs deploy workflows into ci.yamlSho Sakuma
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-07ci(docs): add path filter and prevent mid-deploy cancellationSho Sakuma
- Trigger only on website/ and workflow file changes to avoid unnecessary redeploys from unrelated pushes (e.g. Renovate) - Set cancel-in-progress to false to prevent wrangler deploy from being interrupted, which left the site stuck on "Deploying..." Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05fix(ci): update working-directory from docs to website in workflowsSho Sakuma
The docs directory was renamed to website in 842bf9d, but the CI and deploy workflows still referenced the old path, causing build_docs to fail. Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-23chore(deps): update jdx/mise-action action to v4renovate[bot]
2026-03-09ci: Remove path trigger from push targetSho Sakuma
2026-03-03ci: Address Copilot review feedback on docs workflowSho Sakuma
- Add mise.toml to paths filter for build environment changes - Add concurrency group to prevent racing deployments - Remove unused deployments:write permission Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03ci: Add Cloudflare Workers deploy workflow for docsSho Sakuma
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>