Fix CI Condition
This commit is contained in:
parent
1a23e86b7a
commit
46052b0149
@ -3,13 +3,13 @@ branches: master
|
|||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
when:
|
when:
|
||||||
path: [".woodpecker/*", "notes/*"]
|
path: [".woodpecker/*", "notes/*", "notes/src/*"]
|
||||||
image: docker.io/sainnhe/mdbook:latest
|
image: docker.io/sainnhe/mdbook:latest
|
||||||
commands:
|
commands:
|
||||||
- mdbook build notes
|
- mdbook build notes
|
||||||
deploy:
|
deploy:
|
||||||
when:
|
when:
|
||||||
path: [".woodpecker/*", "notes/*"]
|
path: [".woodpecker/*", "notes/*", "notes/src/*"]
|
||||||
image: docker.io/sainnhe/vercel:latest
|
image: docker.io/sainnhe/vercel:latest
|
||||||
secrets:
|
secrets:
|
||||||
- VERCEL_TOKEN
|
- VERCEL_TOKEN
|
||||||
|
Loading…
Reference in New Issue
Block a user