Hugo from source
This commit is contained in:
parent
66b471aaab
commit
25fb7e59ed
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
dependencies:
|
||||
pre:
|
||||
- sudo apt-get update; sudo apt-get install hugo
|
||||
- sudo apt-get update; sudo apt-get install go
|
||||
- go get github.com/kardianos/govendor
|
||||
- govendor get github.com/spf13/hugo
|
||||
|
||||
test:
|
||||
override:
|
||||
|
|
Loading…
Reference in a new issue