blog/.gitlab-ci.yml

17 lines
194 B
YAML

image: node:latest
pages:
cache:
paths:
- node_modules/
script:
- npm install hexo-cli -g
- npm install
- hexo deploy
artifacts:
paths:
- public
only:
- master