Skip to content

Commit d969202

Browse files
authored
Merge pull request #6 from commitizen-tools/feat/new-example
fix(docs): remove workaround on diagram
2 parents b24391f + f632ea5 commit d969202

File tree

1 file changed

+0
-7
lines changed
  • examples/trigger-other-job/.github/workflows

1 file changed

+0
-7
lines changed

examples/trigger-other-job/.github/workflows/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ flowchart LR
2121
2222
subgraph TM["trigger-me"]
2323
echo_version["echo version"]
24-
25-
%% Workaround to increase height of the graph
26-
echo_version ~~~ spacer1[" "]:::hidden
27-
spacer1 ~~~ spacer2[" "]:::hidden
28-
spacer2 ~~~ spacer3[" "]:::hidden
29-
spacer3 ~~~ spacer4[" "]:::hidden
30-
spacer4 ~~~ spacer5[" "]:::hidden
3124
end
3225
3326
BR --> TM

0 commit comments

Comments
 (0)