Skip to content

Commit a4bd526

Browse files
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/17628318940
1 parent d13269e commit a4bd526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Download new javadoc
5252
uses: actions/download-artifact@v5
5353
with:
54-
path: ./
54+
path: docs
5555
- name: Commit
5656
run: |
5757
git config user.name github-actions

0 commit comments

Comments
 (0)