Deploy & CI/CD
This repo uses one deployment pipeline for all locales.
Production deploy
- Workflow:
.github/workflows/deploy-pages.yml - Trigger: push to
main - Output directory:
docs/.vitepress/dist
Weekly link checking
- Workflow:
.github/workflows/link-check.yml - Trigger: weekly + manual
- Behavior: creates or updates a single issue when failures occur.