From b51e32cfbbc22eb9e4bce83113c4d54a64b2c99a Mon Sep 17 00:00:00 2001 From: Cameron Kruse <14115927+cameronkruse@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:14:46 -0800 Subject: [PATCH] updating actions again --- .github/workflows/deploy-to-s3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-s3.yml b/.github/workflows/deploy-to-s3.yml index 72f6980..70ef68c 100644 --- a/.github/workflows/deploy-to-s3.yml +++ b/.github/workflows/deploy-to-s3.yml @@ -15,7 +15,7 @@ jobs: with: node-version: '18' - name: Build - working-directory: ./ + working-directory: cafo-explorer run: | npm install && npm run build-staging - name: Configure AWS