Commit 0ba7657
committed
Run formatting task after documentation generation
The tasks under the `deps` key run in parallel, which is not appropriate for the task that is intended to format the
output from the documentation generation tasks. The generation tasks can run concurrently, so they stay in `deps`, but
the formatting task must be placed in `cmds`, which will cause it to run after all tasks in `deps` have finished.1 parent c679381 commit 0ba7657
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
0 commit comments