Skip to content

Commit 011dcef

Browse files
committed
Update Javadoc workflow to depend on fetch-latest-release job and adjust cache path
1 parent a8a48a6 commit 011dcef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy-javadoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: echo "Your site is live at ${{ steps.deployment.outputs.page_url }}"
126126

127127
commit-javadoc:
128-
needs: build-javadoc
128+
needs: [build-javadoc, fetch-latest-release]
129129
runs-on: ubuntu-latest
130130
env:
131131
COMMIT_SHA: ${{ needs.fetch-latest-release.outputs.commit_sha }}
@@ -138,7 +138,7 @@ jobs:
138138
- name: Restore Javadocs from cache
139139
uses: actions/cache@v4
140140
with:
141-
path: doc
141+
path: processing4/build/javadoc
142142
key: javadocs-${{ env.COMMIT_SHA }}
143143
restore-keys: |
144144
javadocs-

0 commit comments

Comments
 (0)