Testing CI (7)

This commit is contained in:
lostinlight 2022-01-15 20:23:43 +03:00
parent 55a044c619
commit 0d8d9e6d5f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pipeline:
build:
image: node:12.22.1
commands:
- "git fetch origin +refs/heads/pages:"
- npm install gulp -g
- npm install hexo-cli -g
- test -e package.json && npm install