From 2fa3054dcdbca92544a9b3f151fdcedc334ea6d5 Mon Sep 17 00:00:00 2001 From: Chris Trevino Date: Thu, 9 Sep 2021 16:52:18 -0700 Subject: [PATCH] update deploy step --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28778c4..48beb57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: CI: true - name: Deploy Static Webapp - run: yarn build:webapp:integ && yarn deploy:webapp + run: yarn deploy if: matrix.node-version == '14.x' && github.ref == 'refs/heads/main' env: CI: true