Commit a4bd526
authored
Fix publish-javadoc workflow (#478)
Fix GH pages publishing workflow error, since #445. Was not caught by
dry-run workflow that runs in PRs because the dry-run is sensitive to
the current `gh-pages` branch contents. A 1st workflow run pushed an
empty commit, then the [2nd run][1] failed.
[1]:
https://github.com/gabrielfeo/develocity-api-kotlin/actions/runs/176283189401 parent d13269e commit a4bd526
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments