From 504a8d74929efaedca395bc27eb5a2950d8c0b40 Mon Sep 17 00:00:00 2001 From: Dylan Ireland Date: Wed, 1 May 2024 19:29:18 -0400 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 38b823c..6213733 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -9,6 +9,10 @@ jobs: deploy: runs-on: ubuntu-latest + defaults: + run: + working-directory: client + steps: - name: Checkout code uses: actions/checkout@v2 @@ -18,9 +22,6 @@ jobs: with: node-version: '20' - - name: Move into Client Directory - run: cd client/ - - name: Install dependencies run: npm install