From 5a2d6faafb40661988674ffea9658fa54d12ad94 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Thu, 23 Jan 2025 16:59:32 +0100 Subject: [PATCH] ci: run deploy command from e2e-report dir (#2747) --- .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