Commit f0e96bc5 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 983bf138 ba684aec
---
title: Update node.js to 10.15.3 in CI template for Hexo
merge_request: 25943
author: Takuya Noguchi
type: other
# Full project: https://gitlab.com/pages/hexo # Full project: https://gitlab.com/pages/hexo
image: node:6.10.0 image: node:10.15.3
pages: pages:
script: script:
- npm install - npm install hexo-cli -g
- ./node_modules/hexo/bin/hexo generate - test -e package.json && npm install
- hexo generate
artifacts: artifacts:
paths: paths:
- public - public
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment