Revert back to npm install hexo-cli -g and changed to node:9.7
This commit is contained in:
parent
396b3b2a07
commit
568fece78b
@ -1,5 +1,5 @@
|
||||
# Deploy pages with hexo
|
||||
image: node:4.2.2
|
||||
image: node:9.7
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
@ -9,7 +9,7 @@ pages:
|
||||
- node_modules/
|
||||
|
||||
script:
|
||||
- npm install hexo --save
|
||||
- npm install hexo-cli -g
|
||||
- npm install
|
||||
- hexo generate
|
||||
|
||||
|
Reference in New Issue
Block a user