File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -275,10 +275,21 @@ jobs:
275275276276 if : matrix.name == 'macos'
277277 with :
278- name : coverage/src
278+ name : coverage
279279 path : coverage
280280 if-no-files-found : error
281281
282+ - name : setup GitHub Pages
283+ if : matrix.name == 'macos'
284+ uses : actions/configure-pages@v5
285+
286+ - name : deploy coverage to GitHub Pages
287+ if : matrix.name == 'macos'
288+ uses : actions/deploy-pages@v3
289+ id : deployment
290+ with :
291+ artifact_name : coverage
292+
282293283294 if : always()
284295 with :
@@ -329,16 +340,6 @@ jobs:
329340 fi
330341 done
331342
332- - name : setup GitHub Pages
333- uses : actions/configure-pages@v5
334-
335- - name : deploy coverage to GitHub Pages
336- uses : actions/deploy-pages@v3
337- id : deployment
338- with :
339- token : ${{ secrets.GITHUB_TOKEN }}
340- artifact_name : coverage
341-
342343 -
uses :
softprops/[email protected] 343344 if : false
344345 with :
You can’t perform that action at this time.
0 commit comments