From 04f6ee3e411256d13ae535408e29a70af66c77a3 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 15:59:43 +0200 Subject: [PATCH] Update GHA workflow [skip travis] --- .github/workflows/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 85a4ced48..59f55aba7 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -44,11 +44,11 @@ jobs: sudo systemctl start nginx sudo nginx -t sudo systemctl reload nginx - ./dev-tools/generate-files.sh - ./dev-tools/install-nginx-1.sh ls -la /etc/nginx/sites-available ls -la /etc/nginx/sites-enabled cat /etc/nginx/sites-available/default + ./dev-tools/generate-files.sh + ./dev-tools/install-nginx-1.sh - name: Debug shell: bash