Testing CI (2)

This commit is contained in:
lostinlight 2022-01-15 20:04:57 +03:00
parent c50697010a
commit 3056ca870b
1 changed files with 1 additions and 1 deletions

View File

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