| fixing build script typo. - gopherhole - My website source code. | |
| Log | |
| Files | |
| Refs | |
| --- | |
| commit 79746050dbfd4c7f0b1bfa5b16f0562722980b34 | |
| parent 5462cab1ad46d1185dff1684e7091a6d914cd17c | |
| Author: Jay Scott <[email protected]> | |
| 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(-) | |
| --- | |
| 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 . > ../si… | |
| - 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 \ |