Skip to content

Commit 48efbbe

Browse files
committed
Add report.json to the pipeline
1 parent 508c9a0 commit 48efbbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
uses: actions/upload-artifact@v4
4141
with:
4242
name: docs
43-
path: artifacts/${{ env.ARTIFACT }}
43+
path: |
44+
artifacts/${{ env.ARTIFACT }}
45+
artifacts/report.json
4446
retention-days: 7
4547

4648
# Add the job below and artifacts/report.json on Upload documentation step

0 commit comments

Comments
 (0)