mirror of
https://github.com/correl/correl.github.io.git
synced 2024-11-14 19:19:28 +00:00
Change hugo github repo
This commit is contained in:
parent
cefc979dc6
commit
e74ca5e8ef
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ go:
|
||||||
- master # This uses automatically the latest version of go
|
- master # This uses automatically the latest version of go
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/spf13/hugo # This provides the latest version of Hugo to Travis CI
|
- go get github.com/gohugoio/hugo # This provides the latest version of Hugo to Travis CI
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- hugo # This commands builds your website on travis
|
- hugo # This commands builds your website on travis
|
||||||
|
|
Loading…
Reference in a new issue