mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 12:55:49 +08:00
9 lines
109 B
YAML
9 lines
109 B
YAML
language: go
|
|
|
|
go:
|
|
- master
|
|
install:
|
|
- go get github.com/gohugoio/hugo
|
|
script:
|
|
- cd exampleSite
|
|
- hugo |