image: yusdacra/nix-flake:latest pages: stage: deploy script: - nix build -L --show-trace - mkdir public && cp -Hr result/* public - nix-shell -p tree --run "tree public" artifacts: paths: - public only: - master