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