Skip to content

Commit c71ece7

Browse files
committed
Enable hidden files upload in unlighthouse workflow
Added the `include-hidden-files` option to ensure hidden files are included in the upload process.
1 parent 8789faf commit c71ece7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unlighouse.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
with:
4141
name: unlighthouse-report
4242
path: .unlighthouse/**/*
43+
include-hidden-files: true
4344
retention-days: 30

0 commit comments

Comments
 (0)