Skip to content

Commit

Permalink
[Docs] Workflow output: Include publish in example.
Browse files Browse the repository at this point in the history
Closes #5273

[ci-skip]

Signed-off-by: Phil Ewels <[email protected]>
  • Loading branch information
ewels authored Sep 2, 2024
1 parent b3ba2c2 commit 3df2c06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ A script may define the set of outputs that should be published by the implicit
```groovy
workflow {
foo(bar())
publish:
foo.out >> 'foo'
}
output {
Expand Down

0 comments on commit 3df2c06

Please sign in to comment.