fixing typo in build yaml. - gopherhole - My website source code.
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 65fbb6f76ae891deac6371e73f591a9013794b61
(DIR) parent 215295035f5f5d7304f79142bdd0407c99d86ae0
(HTM) Author: Jay Scott <me@jay.scot>
Date: Sun, 11 Sep 2022 16:24:31 +0100
fixing typo in build yaml.
Diffstat:
M .build.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/.build.yml b/.build.yml
@@ -7,8 +7,8 @@ packages:
- hut
tasks:
- build: |
- cd $site
- kiln build
+ cd $site
+ kiln build
- package: |
cd $site
tar -C public -cvz . > ../site.tar.gz