1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

CI: Decrease zopfli iterations

This commit is contained in:
Rohan Kumar 2020-12-29 09:47:45 -08:00
parent 5741154155
commit 1c5826e999
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -12,7 +12,7 @@ GEMINI_RSYNC_DEST = $(USER):$(GEMINI_ROOT)
OUTPUT_DIR = public OUTPUT_DIR = public
RSYNCFLAGS += -rlvz --zc=zstd RSYNCFLAGS += -rlvz --zc=zstd
ZOPFLI_ITERATIONS=1200 # max compression ZOPFLI_ITERATIONS=500 # max compression
.PHONY: hugo .PHONY: hugo
hugo: clean hugo: clean