WPF-OpenSource/.woodpecker.yml

20 lines
450 B
YAML

when:
branch: main
path: src/*
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