mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
parent
589cbd30de
commit
7c2dfc0231
1 changed files with 4 additions and 6 deletions
10
wercker.yml
10
wercker.yml
|
@ -1,16 +1,14 @@
|
|||
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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue