From a59f05e8aeefb5f18efaf1d0a7e96736a7480763 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 19 Jan 2025 08:15:20 +0200 Subject: [PATCH] Update action.yml --- .github/workflows/action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 49be511fbd..06c1512d16 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -1,9 +1,6 @@ # Build Script for Nginx Ultimate Bad Bot Blocker using GHA name: CI - strategy: - fail-fast: false - defaults: run: shell: bash @@ -43,7 +40,9 @@ jobs: ls -la /etc/nginx/sites-available ls -la /etc/nginx/sites-enabled cat /etc/nginx/sites-available/default + echo "GENERATE FILES" ./dev-tools/generate-files.sh + echo "INSTALL NGINX" ./dev-tools/install-nginx-1.sh - name: Configure Nginx & Generate Blocker Files - Stage 2