disable local server cache to prevent likec4 file caching
Some checks failed
Hugo Site Tests / test (push) Failing after 2s
ci / build (push) Successful in 54s

This commit is contained in:
Manuel Ganter 2025-12-03 10:29:45 +01:00
parent 9bc6f6e795
commit 1ab3e6c262
No known key found for this signature in database

View file

@ -43,7 +43,7 @@ tasks:
- deps:ensure-npm - deps:ensure-npm
- build:generate-info - build:generate-info
cmds: cmds:
- "{{.HUGO_CMD}} server" - "{{.HUGO_CMD}} server --noHTTPCache"
clean: clean:
desc: Clean build artifacts desc: Clean build artifacts