Skip to content

Instantly share code, notes, and snippets.

@nuovotaka
Created January 26, 2016 12:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save nuovotaka/ae944d4fd165e6b4d930 to your computer and use it in GitHub Desktop.
About Hugo wercker yaml

Deploy の'install-packages'にてエラーが発生

下記は正常に Deploy できたwercker.ymlのコードです。

box: debian
build:
  steps:
    - arjen/hugo-build:
        version: "0.15"
        theme: [YOUR_THEME]

deploy:
  steps:
    - script:
        name: install git
        code: |
          apt-get update
          apt-get install -y git
    - lukevivier/gh-pages@0.2.1:
        token: $GIT_TOKEN
        domain: [YOUR_DOMAIN_NAME]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment