Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellkrogza authored Jan 19, 2025
1 parent fb1c857 commit a59f05e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Build Script for Nginx Ultimate Bad Bot Blocker using GHA
name: CI

strategy:
fail-fast: false

defaults:
run:
shell: bash
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a59f05e

Please sign in to comment.