website/Makefile
Filip Rojek 2439dfa78d
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 36s
Build Zola Website / build (pull_request) Successful in 17s
Added: biome for formatting, Makefile
2024-06-03 00:23:19 +02:00

11 lines
101 B
Makefile

all: clean format build
format:
biome format --write .
build:
zola build
clean:
rm -rf public/