From e7b1ffec56e1537d52289f7b7fb81197ab7471c9 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Sun, 11 Jun 2023 15:56:57 +0200 Subject: [PATCH] fix: Changes to remove unnecessary debug info --- .github/workflows/seo-reports.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/seo-reports.yaml b/.github/workflows/seo-reports.yaml index 4f134c1..9f3c360 100644 --- a/.github/workflows/seo-reports.yaml +++ b/.github/workflows/seo-reports.yaml @@ -35,20 +35,17 @@ jobs: id: git-branch run: | git fetch --all - git branch -a --contains ${{ github.event.deployment.ref }} source_branches="$(git branch -a --contains ${{ github.event.deployment.ref }})" result=$(echo "$source_branches" | tail -n1 | sed 's/^[ \t]*//') - echo "Remote source of deployment: ${result}" - echo "Local git ref of deployment: ${result#remotes/origin/*}" echo "SOURCE_REF=${result#remotes/origin/*}" >> "$GITHUB_OUTPUT" + - 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 with: