Testing CI (8)

This commit is contained in:
lostinlight 2022-01-15 20:24:50 +03:00
parent 0d8d9e6d5f
commit e866249cfc
1 changed files with 1 additions and 1 deletions

View File

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