all repos — website @ 024b4f78d792056a5f0c71985a520eeed7eacf88

My website

just: fix clean task in CI
Alan Pearce alan@alanpearce.eu
Sat, 22 Jun 2024 15:06:41 +0200
commit

024b4f78d792056a5f0c71985a520eeed7eacf88

parent

81071b127e3fd15429cc1eba57326649cab1dfb8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M justfilejustfile
@@ -5,7 +5,7 @@ default: 	@just --list --justfile {{ justfile() }} --unsorted
 
 clean:
-	rm -r website
+	rm -fr website
 
 check-licenses:
 	nix run nixpkgs#go-licenses check ./...