Skip to content

Commit 2324c45

Browse files
committed
fix missing path
1 parent 7f0be1f commit 2324c45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/javadoc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
- name: Upload artifact
3737
uses: actions/upload-artifact@v3
3838
with:
39-
name: distribution/javadoc
39+
name: javadoc
40+
path: distribution/javadoc
4041
- name: Deploy to GitHub Pages
4142
id: deployment
4243
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)