~cloutier/cloutier.srht.site

6669854707999423a8e8366f0983207405a346df — Vincent Cloutier 1 year, 6 months ago 14dcfc5
fix publish pipeline
1 files changed, 1 insertions(+), 1 deletions(-)

M .build.yaml
M .build.yaml => .build.yaml +1 -1
@@ 11,6 11,6 @@ tasks:
    cd $site
    hugo
    cd public
    tar -cvz . > ../site.tar.gz
    tar -cvz . > ../../site.tar.gz
- upload: |
    acurl -f https://pages.sr.ht/publish/$site -Fcontent=@site.tar.gz