Testing CI

This commit is contained in:
lostinlight 2022-01-15 20:03:37 +03:00
parent 99de90262f
commit c50697010a

View file

@ -6,6 +6,8 @@ pipeline:
image: node:lts-alpine image: node:lts-alpine
commands: commands:
- npm install gulp -g - npm install gulp -g
- whereis gulp
- echo $PATH
- npm install hexo-cli -g - npm install hexo-cli -g
- gulp build --cwd ./themes/starter - gulp build --cwd ./themes/starter
- hexo generate - hexo generate