update theme
This commit is contained in:
parent
2a080999b2
commit
ecfa01b883
1 changed files with 2 additions and 3 deletions
|
@ -24,11 +24,10 @@ tasks:
|
||||||
cd blog
|
cd blog
|
||||||
nix-shell --pure --run 'hugo --gc --minify'
|
nix-shell --pure --run 'hugo --gc --minify'
|
||||||
- package: |
|
- package: |
|
||||||
tar -C blog/public -cv . > site.tar
|
tar -C blog/public -cvz . > site.tar.gz
|
||||||
gzip --best site.tar
|
|
||||||
ls -hal site.tar.gz
|
ls -hal site.tar.gz
|
||||||
- sourcehut_upload: |
|
- sourcehut_upload: |
|
||||||
acurl -i -f https://pages.sr.ht/publish/cyplo.srht.site -Fcontent=@site.tar.gz
|
nix-shell --pure --run 'hut pages publish -d cyplo.srht.site site.tar.gz'
|
||||||
- netlify_publish: |
|
- netlify_publish: |
|
||||||
set +xv
|
set +xv
|
||||||
cd blog
|
cd blog
|
||||||
|
|
Loading…
Reference in a new issue