hugo-theme-relearn/wercker.yml
Mathieu Cornic 7c2dfc0231
Fix/wercker (#178)
fix fail of CI #176
2018-10-10 19:14:04 +02:00

16 lines
No EOL
425 B
YAML

box: golang
build:
steps:
# Gets the dependencies
- script:
name: get hugo
code: |
git clone https://github.com/gohugoio/hugo.git && cd hugo && go install
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Build the project
- script:
name: build site
code: |
cd exampleSite && hugo