remove gemini and https site. - gopherhole - My website source code.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 7234df6857541e001df10d2d68157062b6e0ef3d
 (DIR) parent 94c1b00a00ae9dfabba5ecb4394afe76db274be2
 (HTM) Author: Jay Scott <me@jay.scot>
       Date:   Wed, 18 Jan 2023 23:52:04 +0000
       
       remove gemini and https site.
       
       Diffstat:
         M .build.yml                          |       6 ++----
       
       1 file changed, 2 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/.build.yml b/.build.yml
       @@ -10,7 +10,5 @@ tasks:
            tar --exclude="public_html*" --exclude=".git*" -cvz . > ../site-gemini.tar.gz
            tar -C public_html -cvz . > ../site-html.tar.gz
        - upload: |
       -    hut pages publish -d $site site-html.tar.gz
       -    acurl -f https://pages.sr.ht/publish/$site \
       -      -Fcontent=@site-gemini.tar.gz \
       -      -Fprotocol=GEMINI
       +    hut pages unpublish -d $site
       +    hut pages unpublish -pGEMINI -d $site