Use hut to publish
1 files changed, 4 insertions(+), 2 deletions(-) M .build.yml
M .build.yml => .build.yml +4 -2
@@ 1,5 1,7 @@ image: alpine/latest image: alpine/edge oauth: pages.sr.ht/PAGES:RW packages: - hut sources: - https://git.sr.ht/~patrickhaussmann/doi.app.5ls.de @@ environment: 9,4 11,4 @@ tasks: cd $site/ rm -rf .git .build.yml tar -cvz . > ../site.tar.gz acurl -f https://pages.sr.ht/publish/$site -Fcontent=@../site.tar.gz hut pages publish -d $site ../site.tar.gz