File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -87,18 +87,16 @@ jobs:
87
87
- name : Add .nojekyll file
88
88
run : echo > processing4/build/javadoc/.nojekyll
89
89
90
- - name : Cache Javadocs
91
- uses : actions/cache@v4
90
+ - name : Upload Javadocs artifact for Deployment
91
+ uses : actions/upload-pages-artifact@v3
92
92
with :
93
+ name : github-pages
93
94
path : processing4/build/javadoc
94
- key : javadocs-${{ env.COMMIT_SHA }}
95
- restore-keys : |
96
- javadocs-
97
95
98
- - name : Upload Javadocs artifact
99
- uses : actions/upload-pages- artifact@v3
96
+ - name : Upload Javadocs artifact for Commit
97
+ uses : actions/upload-artifact@v3
100
98
with :
101
- name : github-pages
99
+ name : javadocs
102
100
path : processing4/build/javadoc
103
101
104
102
- name : Clean up the processing4 directory
@@ -135,9 +133,10 @@ jobs:
135
133
with :
136
134
fetch-depth : 0
137
135
138
- - name : Download artifact
139
- uses : actions/download-pages- artifact@v3
136
+ - name : Download Javadocs artifact
137
+ uses : actions/download-artifact@v4
140
138
with :
139
+ name : javadocs
141
140
path : processing4/build/javadoc
142
141
143
142
- name : Configure Git
You can’t perform that action at this time.
0 commit comments