mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
7c2dfc0231
fix fail of CI #176
16 lines
No EOL
425 B
YAML
16 lines
No EOL
425 B
YAML
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 |