From 011dcef49dbc4c75e0a946af2fb333297ae3a472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Wed, 11 Dec 2024 21:46:30 +0100 Subject: [PATCH] Update Javadoc workflow to depend on fetch-latest-release job and adjust cache path --- .github/workflows/build-and-deploy-javadoc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy-javadoc.yml b/.github/workflows/build-and-deploy-javadoc.yml index 9501161..270c7d1 100644 --- a/.github/workflows/build-and-deploy-javadoc.yml +++ b/.github/workflows/build-and-deploy-javadoc.yml @@ -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 }} @@ -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-