Foiled by my own syntax check!

lektura
Jonas Oberg 2017-09-12 10:00:13 +02:00
parent d84eb3a19a
commit f9aa094727
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pipeline:
syntaxcheck:
image: publysher/hugo
commands:
- cd site; ./build/build.sh synax
- cd site; ./build/build.sh syntax
deploy:
image: williamyeh/ansible:debian8