Skip to content

Commit 001f04a

Browse files
committed
Remove duplicate artifact upload
1 parent 62d0b24 commit 001f04a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

+2-8
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,7 @@ jobs:
8787
- name: Add .nojekyll file
8888
run: echo > processing4/build/javadoc/.nojekyll
8989

90-
- name: Upload Javadocs artifact for Deployment
91-
uses: actions/upload-pages-artifact@v3
92-
with:
93-
name: github-pages
94-
path: processing4/build/javadoc
95-
96-
- name: Upload Javadocs artifact for Commit
90+
- name: Upload Javadocs artifact
9791
uses: actions/upload-artifact@v4
9892
with:
9993
name: javadocs
@@ -117,7 +111,7 @@ jobs:
117111
id: deployment
118112
uses: actions/deploy-pages@v4
119113
with:
120-
artifact_name: github-pages
114+
artifact_name: javadocs
121115

122116
- name: Echo the output page URL
123117
run: echo "Your site is live at ${{ steps.deployment.outputs.page_url }}"

0 commit comments

Comments
 (0)