From dd2a94a7b00559526d88682da8a996ae7f1e1529 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 19 Jan 2025 08:09:40 +0200 Subject: [PATCH] Update action.yml FIX: Terminal exit errors --- .github/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index d50c0eef8..b5b40260b 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -44,6 +44,8 @@ jobs: cat /etc/nginx/sites-available/default ./dev-tools/generate-files.sh ./dev-tools/install-nginx-1.sh + + continue-on-error: true - name: Configure Nginx & Generate Blocker Files - Stage 2 shell: bash