mirror of https://gitlab.com/curben/blog
ci(gitlab): execute hexo without using npm script
This commit is contained in:
parent
b71c5920c8
commit
da8d14b4af
|
@ -11,7 +11,7 @@ test:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm install --only=prod snyk && npm run snyk # Refer to "scripts" in package.json
|
- npm install --only=prod snyk && npm run snyk # Refer to "scripts" in package.json
|
||||||
- npm run hexo
|
- node node_modules/.bin/hexo generate
|
||||||
|
|
||||||
# Update github mirror
|
# Update github mirror
|
||||||
after_script:
|
after_script:
|
||||||
|
|
Loading…
Reference in New Issue