Sha256: 49b34a39b9890cfa2c5d28e21278b67439a2cad766cc422cbd8b2a461dfd9482
Contents?: true
Size: 425 Bytes
Versions: 5
Compression:
Stored size: 425 Bytes
Contents
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
Version data entries
5 entries across 5 versions & 1 rubygems