Add CI
Some checks failed
Build and Release Site / builder (push) Successful in 41s
Build and Release Site / release (push) Failing after 21s

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-14 17:27:48 +01:00
parent 74873651a8
commit c05f558ab0
3 changed files with 54 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: all theme hugo dev clean
.PHONY: all theme hugo dev t clean
THEME := themes/caldwell
@@ -8,7 +8,7 @@ theme:
cd $(THEME) && \
nix develop --command make
hugo: theme
hugo:
hugo
dev: theme