image: node:8.11.2 cache: paths: - node_modules/ before_script: - npm install hexo-cli -g - npm install pages: script: - hexo generate artifacts: paths: - public only: - master