Skip to content

Commit 7d073f2

Browse files
committed
Update reports
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 6b1f96a commit 7d073f2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/reports.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,17 @@ jobs:
5353
command: 'dev-tools'
5454
args: 'reports'
5555

56+
- name: Fix permissions
57+
run: |
58+
chmod -c -R +rX "public/" | while read line; do
59+
echo "::warning title=Invalid file permissions automatically fixed::$line"
60+
done
61+
5662
- name: Upload artifact
5763
if: github.ref == 'refs/heads/main'
5864
uses: actions/upload-pages-artifact@v3
5965
with:
60-
path: public/
66+
path: public/
6167

6268
deploy:
6369
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)