Skip to content

Commit 3204b15

Browse files
committed
Update Javadocs artifact paths to use 'core' directory
1 parent bedb68e commit 3204b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy-javadoc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ jobs:
9191
uses: actions/upload-pages-artifact@v3
9292
with:
9393
name: github-pages
94-
path: processing4/build/javadoc
94+
path: processing4/build/javadoc/core
9595

9696
- name: Upload Javadocs artifact for Commit
9797
uses: actions/upload-artifact@v4
9898
with:
9999
name: javadocs
100-
path: processing4/build/javadoc
100+
path: processing4/build/javadoc/core
101101

102102
- name: Clean up the processing4 directory
103103
run: |

0 commit comments

Comments
 (0)