From ecbacaa6a21f428df60daacc6c48646311d20acc Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 14:29:34 +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 53d4b0d9a..603173f82 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -24,7 +24,7 @@ jobs: - name: Install Nginx Stable run: | - ls -la /etc/nginx/sites-enabled/ + cat /etc/nginx/sites-available/default sudo apt remove nginx sudo apt purge nginx sudo add-apt-repository -y ppa:nginx/stable