Skip to content

Commit 5a2d6fa

Browse files
authored
ci: run deploy command from e2e-report dir (#2747)
1 parent 503d547 commit 5a2d6fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e-report.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ jobs:
5757
- name: Deploy e2e page
5858
if: success()
5959
run: |
60-
npx netlify deploy --build --cwd e2e-report
60+
npx netlify deploy --build --cwd .
61+
working-directory: e2e-report

0 commit comments

Comments
 (0)