diff options
Diffstat (limited to '.build.yml')
-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 |