提交 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:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- npm install hexo-cli -g - npm install hexo-cli -g
- npm install - npm install
- hexo deploy
pages:
script:
- hexo generate
artifacts: artifacts:
paths: paths:
- public - public
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册