Correct Hugo output dir in wercker.yml

This commit is contained in:
Jez Cope 2016-08-11 13:20:10 +01:00
parent 2521b63931
commit dc11960536
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ deploy:
- script:
name: deploy to github pages
code: |-
cd output
cd public
git init
git add .