mdbook-container/.woodpecker.yml
Victor ee4e360799
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fully working docker image
2022-12-03 15:19:25 +01:00

10 lines
218 B
YAML

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