ci: don't run pre-commit hooks
Alan Pearce alan@alanpearce.eu
Fri, 24 May 2024 20:35:30 +0200
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M .build.yml → .build.yml
@@ -27,7 +27,8 @@ - build: | echo "VerifyHostKeyDNS yes" >> ~/.ssh/config cd website - nix flake check + nix build .#website + nix build .#checks.x86_64-linux.hyperlink just docker-image-fly nix copy --substitute-on-destination \ --to ssh://nixremote@linde.alanpearce.eu \