1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-23 17:53:23 +02:00

fix depends_on for docs workflow (#4637)

This commit is contained in:
Patrick Schratz 2024-12-28 17:24:06 +01:00 committed by GitHub
parent 3663993dcb
commit 8862068907
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,6 +143,7 @@ steps:
- rsync -r --exclude .git --exclude CNAME --exclude index.yaml --exclude README.md --exclude version.json --delete docs/build/ ./docs_repo
depends_on:
- prettier
- build
when:
- event: push
path: *when_path