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