mdbook-container/.woodpecker.yml
2022-11-27 22:00:46 +01:00

8 lines
190 B
YAML

pipeline:
nix:
image: nixos/nix
environment:
- NIX_CONFIG="experimental-features = nix-command flakes"
commands:
- nix flake check
- nix build '.#mdbook-toc'