Commit 5cddc51
committed
fix(ci): make sure to generateUsage help files before triggering build
this makes sure that when README.md is updated with latest version
number(s), there is also an up-to-date collection of usage help files
available. This is required, because even when using a dependency to
`generateUsage` task, the config phase of spotlessMarkdownApply has
already picked up the empty/non-existing files, even though they would
be available when the task is actually run...
so by generating the files before hand, we make sure they are available
in config phase of spotlessMarkdownApply.1 parent 2d19bbb commit 5cddc51
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
0 commit comments