From e521afe26f0e39e5e968f47715d4f0c7110ab955 Mon Sep 17 00:00:00 2001 From: rohan kumar Date: Sat, 12 Dec 2020 21:13:25 -0800 Subject: [PATCH] CI: fix: missing dep + no chown/chgrp --- .build.yml | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index f3dea0a..b4b3935 100644 --- a/.build.yml +++ b/.build.yml @@ -4,6 +4,7 @@ packages: - rsync - hugo - zopfli + - make sources: - https://git.sr.ht/~seirdy/seirdy.one secrets: diff --git a/Makefile b/Makefile index ce0fe8a..12e4230 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ GEMINI_RSYNC_DEST = $(USER):$(GEMINI_ROOT) OUTPUT_DIR = public/ -RSYNCFLAGS += -avzP --zc=zstd +RSYNCFLAGS += -avzP --no-g --no-o --zc=zstd # .hintrc-local for linting local files # same as regular .hintrc but with a different connector.