about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2023-08-30 09:07:03 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2023-08-30 09:07:03 +0700
commit19445e4c308ed01d4168e39991c3cac2cfc9d922 (patch)
tree1b09af4bea311a514efe901e7efbf8ddb541e6a7
parent9f07d6ef9748cc8f5a223f866a795e5b08b9324c (diff)
downloadblog-19445e4c308ed01d4168e39991c3cac2cfc9d922.tar.gz
Update build to use hut
-rw-r--r--.build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 6e6a367..0336c19 100644
--- a/.build.yml
+++ b/.build.yml
@@ -10,6 +10,7 @@ sources:
 packages:
   - hugo
   - mdbook
+  - hut
 environment:
   site: xrvs.net
 tasks:
@@ -39,6 +40,6 @@ tasks:
     cd ../dotgeek
     tar -cvz . > ../../dotgeek.tar.gz
 - upload: |
-    acurl -f https://pages.sr.ht/publish/$site -Fcontent=@dotnet.tar.gz
+    hut pages publish -d $site dotnet.tar.gz
 artifacts:
   - dotgeek.tar.gz