diff --git a/.woodpecker.yml b/.woodpecker.yml index 4542b33..127a712 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,8 +1,14 @@ +skip_clone: true + pipeline: + debug: + image: debian:stable-backports + commands: + - sleep 9999999 + build: image: polinux/mkdocs commands: - - sleep 9999999 - mkdocs build deploy: image: eeacms/rsync