8b86ade8f2
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
7f381adf5b
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
83e3f8926a
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
d0e6fabf9e
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
35ecd1d0b7
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