From 46052b0149b6cad009103c1f9ce2bb15ceef0f4b Mon Sep 17 00:00:00 2001 From: Sainnhe Park Date: Tue, 28 Feb 2023 21:06:12 +0800 Subject: [PATCH] Fix CI Condition --- .woodpecker/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 991fef2..342a286 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -3,13 +3,13 @@ branches: master pipeline: build: when: - path: [".woodpecker/*", "notes/*"] + path: [".woodpecker/*", "notes/*", "notes/src/*"] image: docker.io/sainnhe/mdbook:latest commands: - mdbook build notes deploy: when: - path: [".woodpecker/*", "notes/*"] + path: [".woodpecker/*", "notes/*", "notes/src/*"] image: docker.io/sainnhe/vercel:latest secrets: - VERCEL_TOKEN