File tree Expand file tree Collapse file tree 1 file changed +5
-20
lines changed Expand file tree Collapse file tree 1 file changed +5
-20
lines changed Original file line number Diff line number Diff line change @@ -410,14 +410,13 @@ jobs:
410
410
411
411
pages :
412
412
needs :
413
- - plan
414
413
- extension-package
415
414
- test
416
415
- archlinux-package
417
416
- archlinux-package-check
418
417
- archlinux-installed-test
419
418
420
- if : ${{ !cancelled() && needs.extension-package.result == 'success' }}
419
+ if : ${{ !cancelled() }}
421
420
runs-on : ubuntu-24.04
422
421
timeout-minutes : 5
423
422
@@ -428,26 +427,12 @@ jobs:
428
427
429
428
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
430
429
with :
431
- name : archlinux-package
432
- continue-on-error : true
433
-
434
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
435
- with :
436
- name : archlinux-package-check
437
- continue-on-error : true
438
- if : fromJSON(needs.plan.outputs.need-tests)
439
-
440
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
441
- with :
442
- pattern : ' *-reports'
443
- merge-multiple : false
444
- continue-on-error : true
445
- if : fromJSON(needs.plan.outputs.need-tests)
430
+ pattern : ' !{extension-package,github-pages}'
446
431
447
432
- run : >-
448
- find . -type d -exec bash -c
449
- 'tree "$0" -h --du -H "/${GITHUB_REPOSITORY#*/}/${0:2}" -o "$0/index.html"'
450
- '{}' ' ;'
433
+ find . -type d -exec
434
+ bash -c 'tree "$0" -h --du -D - H "/${GITHUB_REPOSITORY#*/}/${0:2}" -o "$0/index.html"' '{} '
435
+ ';'
451
436
452
437
- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
453
438
with :
You can’t perform that action at this time.
0 commit comments