Scripts/static/docs.yml
JFronny 144fdaaf43
All checks were successful
ci/woodpecker/push/pages Pipeline was successful
ci/woodpecker/push/gradle Pipeline was successful
Include clone in docs
2022-11-03 15:45:14 +01:00

26 lines
570 B
YAML

#include https://pages.frohnmeyer-wds.de/scripts/clone.yml
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