Fix YAML formatting.

This commit is contained in:
Seraphim R. Pardee 2023-01-30 14:25:43 -05:00
parent 57f820819e
commit 231c911806

View File

@ -8,7 +8,7 @@ environment:
tasks:
- package: |
cd blog
hugo
hugo
tar -C public -cvz . > ../site.tar.gz
- upload: |
hut pages publish -d $site site.tar.gz