mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
CI: fix: missing dep + no chown/chgrp
This commit is contained in:
parent
74cb64baa1
commit
e521afe26f
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ packages:
|
||||||
- rsync
|
- rsync
|
||||||
- hugo
|
- hugo
|
||||||
- zopfli
|
- zopfli
|
||||||
|
- make
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~seirdy/seirdy.one
|
- https://git.sr.ht/~seirdy/seirdy.one
|
||||||
secrets:
|
secrets:
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ GEMINI_RSYNC_DEST = $(USER):$(GEMINI_ROOT)
|
||||||
|
|
||||||
OUTPUT_DIR = public/
|
OUTPUT_DIR = public/
|
||||||
|
|
||||||
RSYNCFLAGS += -avzP --zc=zstd
|
RSYNCFLAGS += -avzP --no-g --no-o --zc=zstd
|
||||||
|
|
||||||
# .hintrc-local for linting local files
|
# .hintrc-local for linting local files
|
||||||
# same as regular .hintrc but with a different connector.
|
# same as regular .hintrc but with a different connector.
|
||||||
|
|
Loading…
Reference in a new issue