Modify YAML syntax.

This commit is contained in:
Kazuhiro MUSASHI 2020-01-05 20:53:45 +08:00
parent 5be9d541ab
commit f8f2bc10d5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ steps:
- name: Compress-the-Assets
image: cibuilds/hugo:0.62.1
commands:
for TARGET in `find public/ -type f | egrep "\.(css|js|png|jpg|JPG|PNG|CSS|JS)$"`; do gzip -c ${TARGET} > ${TARGET}.gz; done
- for TARGET in `find public/ -type f | egrep "\.(css|js|png|jpg|JPG|PNG|CSS|JS)$"`; do gzip -c ${TARGET} > ${TARGET}.gz; done
trigger:
event: