04318e4db4
fix: Remove workflow file made redundant by pipeline split
...
Cleaned up a leftover workflow file that conflicted with the new
three-workflow structure after the PR merge.
2026-03-26 17:48:51 -07:00
f06f63277f
feat: Split CI/CD into three focused workflows
...
Replaced the monolithic pipeline with three dedicated workflows: ci.yml
(build on every push), cd.yml (manual deploy to staging or prod), and
nightly.yml (scheduled build and deploy). This makes it easier to trigger
deploys independently of builds and to diagnose failures.
2026-03-26 14:17:17 -07:00
0799861873
feat: Add a nightly build
...
Added a scheduled nightly build workflow to keep the deployed site current
with any content changes, particularly in the private submodule.
2026-03-23 06:59:46 -07:00
d7d6b4de4e
fix: Remove unsupported book.toml keys
...
Removed configuration keys from book.toml not supported by the current
version of mdbook, which were causing build warnings.
2026-03-22 16:35:11 -07:00
8a843b832a
feat: Add a Forgejo Actions pipeline
...
Added a Forgejo Actions CI/CD pipeline to supersede the manual deploy.sh,
automating builds and deployments on push.
2026-03-22 14:32:07 -07:00