fixing build script typo. - gopherhole - My website source code.
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 5462cab1ad46d1185dff1684e7091a6d914cd17c
(DIR) parent 411d0eef26ea7d8879d4f12d1d44cb6d26674eb1
(HTM) Author: Jay Scott <me@jay.scot>
Date: Tue, 13 Sep 2022 15:16:49 +0100
fixing build script typo.
Diffstat:
M .build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/.build.yml b/.build.yml
@@ -11,7 +11,7 @@ tasks:
kiln build
- package: |
cd $site
- tar -C public --exclude="index.html" -exclude="robots.txt" -cvz . > ../site-gemini.tar.gz
+ tar -C public --exclude="index.html" --exclude="robots.txt" -cvz . > ../site-gemini.tar.gz
tar -C public -cvz *.html robots.txt > ../site-html.tar.gz
- upload: |
hut pages publish -d $site site-html.tar.gz