fixing build script typo. - gopherhole - My website source code.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 79746050dbfd4c7f0b1bfa5b16f0562722980b34
 (DIR) parent 5462cab1ad46d1185dff1684e7091a6d914cd17c
 (HTM) Author: Jay Scott <me@jay.scot>
       Date:   Tue, 13 Sep 2022 15:17: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
       @@ -12,7 +12,7 @@ tasks:
        - package: |
            cd $site
            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
       +    tar -C public -cvz index.html robots.txt > ../site-html.tar.gz
        - upload: |
            hut pages publish -d $site site-html.tar.gz
            acurl -f https://pages.sr.ht/publish/$site \