blog/.forgejo/workflows/deploy.yaml
Matthew Binning 0411c1430d 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

20 lines
365 B
YAML

name: Build and Deploy
on:
push:
branches:
- master
- develop
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: nix shell nixpkgs#mdbook --command ./deploy.sh build
- name: Deploy
run: nix shell nixpkgs#rsync --command ./deploy.sh local