diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f3f11e781..da1243b6f 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -42,7 +42,9 @@ jobs: - name: Debug shell: bash - run: sudo systemctl status nginx.service + run: | + sudo systemctl status nginx.service + cat /etc/nginx/nginx.conf if: always() \ No newline at end of file