We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d0b24 commit 001f04aCopy full SHA for 001f04a
.github/workflows/build-and-deploy-javadoc.yml
@@ -87,13 +87,7 @@ jobs:
87
- name: Add .nojekyll file
88
run: echo > processing4/build/javadoc/.nojekyll
89
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
+ - name: Upload Javadocs artifact
97
uses: actions/upload-artifact@v4
98
with:
99
name: javadocs
@@ -117,7 +111,7 @@ jobs:
117
111
id: deployment
118
112
uses: actions/deploy-pages@v4
119
113
120
- artifact_name: github-pages
114
+ artifact_name: javadocs
121
115
122
116
- name: Echo the output page URL
123
run: echo "Your site is live at ${{ steps.deployment.outputs.page_url }}"
0 commit comments