image: node:6.11.1 pages: script: - npm install - gulp build --cwd ./themes/starter - hexo deploy artifacts: paths: - public only: - master