From 8e7ab015f9b24bc4beee612f40c699d3ad26ad92 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Fri, 13 Oct 2023 11:41:03 -0400 Subject: [PATCH] ci: can we cheat the system --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 017740a622..f0b487d862 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: with: chrome-version: latest - name: Install Node Dependencies - working-directory: ${{ github.workspace }}/${{ env.PROJECT_PATH }}} + working-directory: ../${{ github.workspace }} env: NODE_ENV: "development" run: npm ci