Skip to content

Commit 7c122a4

Browse files
committed
chore: add updatesite and javadoc as artifacts
1 parent 899101c commit 7c122a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Upload plugin update-site
2626
uses: actions/upload-artifact@v3
2727
with:
28-
name: javadoc
28+
name: updatesite
2929
path: com.developer.nefarious.zjoule.updatesite/target/repository/
3030

3131
documentation:
@@ -49,8 +49,8 @@ jobs:
4949
./mvnw javadoc:javadoc \
5050
-pl com.developer.nefarious.zjoule.plugin
5151
52-
# - name: Upload JavaDoc
53-
# uses: actions/upload-artifact@v3
54-
# with:
55-
# name: javadoc
56-
# path: com.developer.nefarious.zjoule.plugin/target/reports/apidocs/
52+
- name: Upload JavaDoc
53+
uses: actions/upload-artifact@v3
54+
with:
55+
name: javadoc
56+
path: com.developer.nefarious.zjoule.plugin/target/reports/apidocs/

0 commit comments

Comments
 (0)