Testing CI

This commit is contained in:
lostinlight 2022-01-15 20:03:37 +03:00
parent 99de90262f
commit c50697010a
1 changed files with 2 additions and 0 deletions

View File

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