ci: add docs deployment workflow #103

Closed
opened 2026-02-09 13:59:36 +00:00 by forbes · 0 comments
Owner

Add Gitea Actions workflow to auto-deploy docs on push to main.

  • Create .gitea/workflows/docs.yml
  • Trigger only on changes to docs/**
  • Build with mdbook build docs/
  • Deploy output to /opt/git/docs/book/
  • Runs on docs label (host runner with volume mount)
  • Verify docs.kindred-systems.com updates after merge

Branch: docs/mdbook-setup

Add Gitea Actions workflow to auto-deploy docs on push to main. - [ ] Create `.gitea/workflows/docs.yml` - [ ] Trigger only on changes to `docs/**` - [ ] Build with `mdbook build docs/` - [ ] Deploy output to `/opt/git/docs/book/` - [ ] Runs on `docs` label (host runner with volume mount) - [ ] Verify docs.kindred-systems.com updates after merge Branch: `docs/mdbook-setup`
forbes added the documentationci/cd labels 2026-02-09 13:59:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#103