From c6129ea634e95a562018d284326aed02063dfd55 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 11 Jul 2023 13:20:54 +0800 Subject: [PATCH] Makefile: add docs-serve and docs-build step --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index cdfe2e43..77b51be3 100644 --- a/Makefile +++ b/Makefile @@ -24,3 +24,11 @@ update_with_forked_inputs: nix flake lock \ --override-input guix-overlay git+file:///home/foo-dogsquared/library/projects/software/nix-overlay-guix/ \ --override-input dotfiles git+file:///home/foo-dogsquared/library/dotfiles/ + +.PHONY: docs-serve +docs-serve: + nix develop '.#docs' --impure -c hugo -s ./docs serve + +.PHONY: docs-build +docs-build: + nix develop '.#docs' --impure -c hugo -s ./docs/