WPF-OpenSource/.woodpecker.yml
ThetaDev aa5ef6d574
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci: remove path filter
2023-05-01 02:56:22 +02:00

20 lines
444 B
YAML

when:
branch: main
pipeline:
build:
image: peaceiris/mdbook:latest
commands:
- mdbook build
publish:
image: alpine:latest
environment:
- TALON_URL=https://talon.thetadev.de
- SUBDOMAIN=wpf-oss
secrets:
- talon_key
commands:
- apk add curl jq
- curl -SsL -o upload.sh
"https://code.thetadev.de/ThetaDev/Talon/raw/branch/main/scripts/upload.sh"
- sh upload.sh book