We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedb68e commit 3204b15Copy full SHA for 3204b15
.github/workflows/build-and-deploy-javadoc.yml
@@ -91,13 +91,13 @@ jobs:
91
uses: actions/upload-pages-artifact@v3
92
with:
93
name: github-pages
94
- path: processing4/build/javadoc
+ path: processing4/build/javadoc/core
95
96
- name: Upload Javadocs artifact for Commit
97
uses: actions/upload-artifact@v4
98
99
name: javadocs
100
101
102
- name: Clean up the processing4 directory
103
run: |
0 commit comments