fixing typo in build yaml. - gopherhole - My website source code.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 215295035f5f5d7304f79142bdd0407c99d86ae0
 (DIR) parent 0e39f7fcc456d2d87c490c5df665e12c421a607f
 (HTM) Author: Jay Scott <me@jay.scot>
       Date:   Sun, 11 Sep 2022 16:20:05 +0100
       
       fixing typo in build yaml.
       
       Diffstat:
         M .build.yml                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/.build.yml b/.build.yml
       @@ -6,7 +6,7 @@ packages:
        - kiln
        - hut
        tasks:
       -- build:
       +- build: |
          cd $site
          kiln build
        - package: |