Skip to content

Commit

Permalink
Update Javadocs artifact paths to use 'core' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SableRaf committed Dec 11, 2024
1 parent bedb68e commit 3204b15
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 @@ -91,13 +91,13 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: processing4/build/javadoc
path: processing4/build/javadoc/core

- name: Upload Javadocs artifact for Commit
uses: actions/upload-artifact@v4
with:
name: javadocs
path: processing4/build/javadoc
path: processing4/build/javadoc/core

- name: Clean up the processing4 directory
run: |
Expand Down

0 comments on commit 3204b15

Please sign in to comment.