From ad09a0960b59d449796bc27006221ef0a7e46590 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Sun, 11 Jun 2023 01:31:52 +0200 Subject: [PATCH] debug: File system information --- .github/workflows/seo-report.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/seo-report.yaml b/.github/workflows/seo-report.yaml index 6f17cbe..ab2dc50 100644 --- a/.github/workflows/seo-report.yaml +++ b/.github/workflows/seo-report.yaml @@ -44,10 +44,12 @@ jobs: - name: Build Unlighthouse report run: | + pwd unlighthouse-ci \ --site "${{ github.event.deployment_status.target_url }}" \ --build-static \ --router-prefix "${{ github.event.repository.name }}/${{ steps.git-branch.outputs.SOURCE_REF }}" + ls -la - name: Deploy uses: peaceiris/actions-gh-pages@v3