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: tasks:
- package: | - package: |
cd blog cd blog
hugo hugo
tar -C public -cvz . > ../site.tar.gz tar -C public -cvz . > ../site.tar.gz
- upload: | - upload: |
hut pages publish -d $site site.tar.gz hut pages publish -d $site site.tar.gz