commit a787f39e4b0385d929fda21cb22ae5dcdd955b16 parent 87d634ad9a8c11cda941a72763e30f52d3616e47 Author: Szymon Mikulicz <szymon.mikulicz@posteo.net> Date: Sat, 13 Jun 2026 01:09:23 +0200 Too verbose Diffstat:
| M | .build.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.build.yml b/.build.yml @@ -13,6 +13,6 @@ tasks: - package: | cd mirrorer ./mirror.sh - tar -C web -cvz . > ../site.tar.gz + tar -C web -cz . > ../site.tar.gz - upload: | hut pages publish -d $site site.tar.gz