itslab-kyushu/youtube-comment-scraper

View on GitHub
wercker.yml

Summary

Maintainability
Test Coverage
box: jkawamoto/ghp-box
build:
  steps:
    - script:
        name: Prepare submodules
        code: |-
          git submodule update --init
    - arjen/hugo-build:
        version: "0.18.1"
        basedir: docs
    - samueldebruyn/minify:
        base_dir: docs/public
        js: false
deploy:
  steps:
    - lukevivier/gh-pages:
        token: $GIT_TOKEN
        basedir: docs/public