Skip to content

Commit b188dfd

Browse files
committedApr 19, 2024
Add index.html suffix
It seems like I need a rewriting function to append this automatically…? No thanks
1 parent f35e41b commit b188dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282

283283
- name: Store Playwright report URL
284284
shell: bash
285-
run: echo "PLAYWRIGHT_REPORT_URL=https://boxel-matrix-playwright-reports.stack.cards/${{ steps.timestampid.outputs.timestamp }}/" >> $GITHUB_ENV
285+
run: echo "PLAYWRIGHT_REPORT_URL=https://boxel-matrix-playwright-reports.stack.cards/${{ steps.timestampid.outputs.timestamp }}/index.html" >> $GITHUB_ENV
286286

287287
- name: Sleep to wait for Pages deployment
288288
shell: bash

0 commit comments

Comments
 (0)