mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-25 08:38:43 +00:00
fix depends_on
for docs workflow (#4637)
This commit is contained in:
parent
3663993dcb
commit
8862068907
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue