File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
src/content/docs/workflows/build Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,10 @@ Refer to the [events and parameters](/workflows/build/events-and-parameters/) do
7575
7676### step
7777
78- - <code >
79- step.do(name: string, callback: (): RpcSerializable): Promise< ; T> ;
80- </code >
81- - <code >
82- step.do(name: string, config?: WorkflowStepConfig, callback: ():
83- RpcSerializable): Promise< ; T> ;
84- </code >
78+ { /* prettier-ignore */ }
79+ - <code >step.do(name: string, callback: (): RpcSerializable): Promise< ; T> ; </code >
80+ - <code >step.do(name: string, config?: WorkflowStepConfig, callback: ():
81+ RpcSerializable): Promise< ; T> ; </code >
8582 - ` name ` - the name of the step.
8683 - ` config ` (optional) - an optional ` WorkflowStepConfig ` for configuring [ step specific retry behaviour] ( /workflows/build/sleeping-and-retrying/ ) .
8784 - ` callback ` - an asynchronous function that optionally returns serializable state for the Workflow to persist.
You can’t perform that action at this time.
0 commit comments