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

Update .gitlab-ci.yml

上级 11892a1f
image: node:4.2.2
image: node:8.11.2
pages:
cache:
cache:
paths:
- node_modules/
- node_modules/
script:
- npm install hexo-cli -g
- npm install
- hexo deploy
artifacts:
paths:
- public
only:
- master
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- npm install hexo-cli -g
- npm install
pages:
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.
先完成此消息的编辑!
想要评论请 注册