diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-30 09:07:03 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-30 09:07:03 +0700 |
commit | 19445e4c308ed01d4168e39991c3cac2cfc9d922 (patch) | |
tree | 1b09af4bea311a514efe901e7efbf8ddb541e6a7 | |
parent | 9f07d6ef9748cc8f5a223f866a795e5b08b9324c (diff) | |
download | blog-19445e4c308ed01d4168e39991c3cac2cfc9d922.tar.gz |
Update build to use hut
-rw-r--r-- | .build.yml | 3 |
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 |