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

Version Path
rbcli-0.3.3 docs-src/themes/hugo-theme-learn/wercker.yml
rbcli-0.3.2 docs-src/themes/hugo-theme-learn/wercker.yml
rbcli-0.3.1 docs-src/themes/hugo-theme-learn/wercker.yml
rbcli-0.3.0 docs-src/themes/hugo-theme-learn/wercker.yml
rbcli-0.2.12 docs-src/themes/hugo-theme-learn/wercker.yml