We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a48a6 commit 011dcefCopy full SHA for 011dcef
.github/workflows/build-and-deploy-javadoc.yml
@@ -125,7 +125,7 @@ jobs:
125
run: echo "Your site is live at ${{ steps.deployment.outputs.page_url }}"
126
127
commit-javadoc:
128
- needs: build-javadoc
+ needs: [build-javadoc, fetch-latest-release]
129
runs-on: ubuntu-latest
130
env:
131
COMMIT_SHA: ${{ needs.fetch-latest-release.outputs.commit_sha }}
@@ -138,7 +138,7 @@ jobs:
138
- name: Restore Javadocs from cache
139
uses: actions/cache@v4
140
with:
141
- path: doc
+ path: processing4/build/javadoc
142
key: javadocs-${{ env.COMMIT_SHA }}
143
restore-keys: |
144
javadocs-
0 commit comments