From ad02b38a80eec86f5357093d7f3020198e6b9026 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 14:28:07 +0200 Subject: [PATCH] [GHA] Find Nginx Port --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 01154cf82..53d4b0d9a 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -24,7 +24,7 @@ jobs: - name: Install Nginx Stable run: | - cat /etc/nginx/nginx.conf + ls -la /etc/nginx/sites-enabled/ sudo apt remove nginx sudo apt purge nginx sudo add-apt-repository -y ppa:nginx/stable