From b2c4144c7061eaccbb0a407a721ce4fcc276fd07 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Sat, 10 Jun 2023 21:59:57 +0200 Subject: [PATCH] fix: Added correct `target_url` to analysis --- .github/workflows/seo-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/seo-report.yaml b/.github/workflows/seo-report.yaml index 04a8f21..7f736e2 100644 --- a/.github/workflows/seo-report.yaml +++ b/.github/workflows/seo-report.yaml @@ -28,7 +28,7 @@ jobs: run: yarn global add @unlighthouse/cli puppeteer - name: Build Unlighthouse report - run: unlighthouse-ci --site "https://omnidash.io" --build-static --router-prefix ${{ github.event.repository.name }} + run: unlighthouse-ci --site "${{ github.event.deployment_status.target_url }}" --build-static --router-prefix ${{ github.event.repository.name }} - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v1.0.8