pidgin/nest

closing merged branch
draft S-P/added-pkgin-for-macos-1587338026022
2020-09-05, Gary Kramlich
e2b2f0704d63
closing merged branch
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