From 0d8d9e6d5f039244b107aef07132794d8f54022b Mon Sep 17 00:00:00 2001 From: lostinlight Date: Sat, 15 Jan 2022 20:23:43 +0300 Subject: [PATCH] Testing CI (7) --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 19b31c5..f51a835 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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