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