Skip to content

Commit

Permalink
ci: run deploy command from e2e-report dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Jan 23, 2025
1 parent 503d547 commit 295b1b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
- name: Deploy e2e page
if: success()
run: |
npx netlify deploy --build --cwd e2e-report
npx netlify deploy --build --cwd .
working-directory: e2e-report

0 comments on commit 295b1b4

Please sign in to comment.