Skip to content

Commit

Permalink
Replace cache restoration with artifact download in Javadoc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SableRaf committed Dec 11, 2024
1 parent 011dcef commit e3d8e02
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-and-deploy-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,10 @@ jobs:
with:
fetch-depth: 0

- name: Restore Javadocs from cache
uses: actions/cache@v4
- name: Download artifact
uses: actions/download-pages-artifact@v3
with:
path: processing4/build/javadoc
key: javadocs-${{ env.COMMIT_SHA }}
restore-keys: |
javadocs-

- name: Configure Git
run: |
Expand Down

0 comments on commit e3d8e02

Please sign in to comment.