提交 6865da6e 编写于 作者: A Achilleas Pipinellis

Merge branch 'node-update' into 'master'

Update Node version

Closes #8 and #7

See merge request pages/hexo!20
image: node:8.11.2
image: node:10.15.3
cache:
paths:
......@@ -6,7 +6,8 @@ cache:
before_script:
- npm install hexo-cli -g
- npm install
- test -e package.json && npm install
- hexo generate
pages:
script:
......
......@@ -27,22 +27,25 @@ This project's static Pages are built by [GitLab CI][ci], following the steps
defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
```
image: node:8.11.2
image: node:10.15.3
pages:
cache:
paths:
cache:
paths:
- node_modules/
script:
before_script:
- npm install hexo-cli -g
- npm install
- hexo deploy
- test -e package.json && npm install
- hexo generate
pages:
script:
- hexo generate
artifacts:
paths:
- public
- public
only:
- master
- master
```
## Building locally
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册