From 295b1b4b1f56e3d22ae99dc35b88249ad0370e34 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Thu, 23 Jan 2025 13:53:30 +0100 Subject: [PATCH] ci: run deploy command from e2e-report dir --- .github/workflows/e2e-report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-report.yml b/.github/workflows/e2e-report.yml index b3c22c4402..78ea71d0ef 100644 --- a/.github/workflows/e2e-report.yml +++ b/.github/workflows/e2e-report.yml @@ -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