Skip to content

Commit 835fdb2

Browse files
committed
Update Javadocs artifact upload action to version 3 and adjust upload path
1 parent fd8893a commit 835fdb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ jobs:
8080
ant doc
8181
8282
- name: Upload Javadocs artifact
83-
uses: actions/upload-pages-artifact@v1
83+
uses: actions/upload-pages-artifact@v3
8484
with:
85-
path: processing4/build/javadoc/core/**
85+
name: github-pages
86+
path: processing4/build/javadoc
8687

8788
- name: Clean up the processing4 directory
8889
run: |

0 commit comments

Comments
 (0)