fixing build script typo. - jay.scot - my gopherhole source
 (HTM) git clone git://jay.scot/jay.scot.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 41f48417334af7e9607b568f984bb2acf6df14e1
 (DIR) parent ac81e818c6d8232a0e79850b229e5876166657ef
 (HTM) Author: Jay Scott <me@jay.scot>
       Date:   Tue, 13 Sep 2022 15:15:10 +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="*.html" -exclude"robots.txt" -cvz . > ../site-gemini.tar.gz
       +    tar -C public --exclude="*.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