From 272da88e846a443034f0a9152bf958c94f40cc58 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Fri, 14 Jun 2024 16:13:14 -0500 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E2=99=BB=EF=B8=8F=20ignore=20?= =?UTF-8?q?stapp=20max=20staging=20sites=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 1c93338f7..506a3e954 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -68,6 +68,7 @@ jobs: app_location: ./web/build output_location: '' skip_app_build: true + continue-on-error: true build_and_deploy_production: name: Build & Deploy to Production