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