Skip to content

Commit fd8893a

Browse files
committed
Update Javadocs artifact upload path to include all files in the directory
1 parent 90df74e commit fd8893a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Upload Javadocs artifact
8383
uses: actions/upload-pages-artifact@v1
8484
with:
85-
path: processing4/build/javadoc/core
85+
path: processing4/build/javadoc/core/**
8686

8787
- name: Clean up the processing4 directory
8888
run: |

0 commit comments

Comments
 (0)