xesite/vendor/github.com/magefile/mage/site/themes/learn/wercker.yml

18 lines
387 B
YAML
Raw Normal View History

2017-12-13 18:43:58 +00:00
box: golang
build:
steps:
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Gets the dependencies
- script:
name: get hugo
code: |
go get github.com/gohugoio/hugo
# Build the project
- script:
name: build site
code: |
cd exampleSite && hugo