提交 d7812b55 编写于 作者: S Silvano Sallese

Update .gitlab-ci.yml

上级 11892a1f
image: node:4.2.2 image: node:8.11.2
pages: cache:
cache:
paths: paths:
- node_modules/ - node_modules/
script: variables:
- npm install hexo-cli -g GIT_SUBMODULE_STRATEGY: recursive
- npm install
- hexo deploy before_script:
artifacts: - npm install hexo-cli -g
paths: - npm install
- public
only: pages:
- master script:
- hexo generate
artifacts:
paths:
- public
only:
- master
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册