From cff6419ec003b2df40541270853e134159b74a86 Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Thu, 18 Jan 2024 19:15:51 +0800 Subject: [PATCH] build: use hut for publishing --- .build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 0b585a7..76d828b 100644 --- a/.build.yml +++ b/.build.yml @@ -11,6 +11,7 @@ packages: - make - g++ - libjpeg-turbo-dev + - hut sources: - https://github.com/vector-im/element-web#v1.11.53 tasks: @@ -23,4 +24,4 @@ tasks: cp element.xdavidwu.link/Information_Block.ogg element-web/webapp/media/message.ogg tar -C element-web/webapp -cvz . > https.tar.gz - publish: | - acurl -f https://pages.xdavidwu.link/publish/element.xdavidwu.link -Fcontent=@https.tar.gz + hut pages publish -d element.xdavidwu.link https.tar.gz -- 2.43.0