Skip to content

Commit

Permalink
Update Javadoc workflow to depend on fetch-latest-release job and adj…
Browse files Browse the repository at this point in the history
…ust cache path
  • Loading branch information
SableRaf committed Dec 11, 2024
1 parent a8a48a6 commit 011dcef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: echo "Your site is live at ${{ steps.deployment.outputs.page_url }}"

commit-javadoc:
needs: build-javadoc
needs: [build-javadoc, fetch-latest-release]
runs-on: ubuntu-latest
env:
COMMIT_SHA: ${{ needs.fetch-latest-release.outputs.commit_sha }}
Expand All @@ -138,7 +138,7 @@ jobs:
- name: Restore Javadocs from cache
uses: actions/cache@v4
with:
path: doc
path: processing4/build/javadoc
key: javadocs-${{ env.COMMIT_SHA }}
restore-keys: |
javadocs-
Expand Down

0 comments on commit 011dcef

Please sign in to comment.