Scripts/static/docs.yml
JFronny b3830655ec
All checks were successful
ci/woodpecker/push/pages Pipeline was successful
ci/woodpecker/push/gradle Pipeline was successful
Update scripts for gitea
2022-10-28 16:03:23 +02:00

24 lines
510 B
YAML

pipeline:
build:
image: archlinux:latest
commands:
- pacman -Sy mdbook --noconfirm
- mdbook build
when:
- branch: master
publish:
image: woodpeckerci/plugin-s3
settings:
bucket: pages
region: nebula
path_style: true
endpoint: https://s3.frohnmeyer-wds.de
access_key: pages
secret_key:
from_secret: pages_secret
source: public/**/*
target: /${CI_REPO}
strip_prefix: public/
when:
- branch: master