Skip to content

Commit 69aae22

Browse files
lighter
1 parent cca10ac commit 69aae22

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_pkgdown.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ reference:
1313
- title: "Step Templates"
1414
desc: >
1515
Functions governing what is run by a step.
16-
They are to be used as argument to `add_workflow_step()`
1716
contents:
1817
- starts_with("step_tmpl")
1918

2019
- title: "Changing the Execution Order"
2120
desc: >
2221
Functions to query the currently running step and change the step to be run
23-
next.
24-
These functions are to be used inside a workflow running on an HPC. They
25-
allow conditional execution and loop like behavior.
22+
next. These functions are to be used inside a workflow running on an HPC.
23+
They allow conditional execution and loop like behavior.
2624
contents:
2725
- change_next_workflow_step
2826
- get_current_workflow_step

0 commit comments

Comments
 (0)