From fea8a393f9a9f70c71a3023196165548f5f1b884 Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Fri, 13 Oct 2023 11:45:32 -0400 Subject: [PATCH] ci: set working dir to scratchblocks --- .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 f0b487d862..a840c08a1e 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 }} + working-directory: ./scratch-blocks env: NODE_ENV: "development" run: npm ci