Update action.yml

This commit is contained in:
Mitchell Krog 2025-01-19 08:15:20 +02:00 committed by GitHub
parent fb1c85798f
commit a59f05e8ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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