Skip to content

Commit

Permalink
Add step to upload Javadocs artifact (needed by deploy action) and up…
Browse files Browse the repository at this point in the history
…date cache path
  • Loading branch information
SableRaf committed Dec 11, 2024
1 parent 59e755e commit a8a48a6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-and-deploy-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ jobs:
restore-keys: |
javadocs-
- name: Upload Javadocs artifact
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: processing4/build/javadoc

- name: Clean up the processing4 directory
run: |
rm -rf processing4/
Expand Down Expand Up @@ -132,7 +138,7 @@ jobs:
- name: Restore Javadocs from cache
uses: actions/cache@v4
with:
path: processing4/build/javadoc
path: doc
key: javadocs-${{ env.COMMIT_SHA }}
restore-keys: |
javadocs-
Expand Down

0 comments on commit a8a48a6

Please sign in to comment.