diff --git a/.github/workflows/seo-report.yaml b/.github/workflows/seo-report.yaml index 6a6fd44..2215589 100644 --- a/.github/workflows/seo-report.yaml +++ b/.github/workflows/seo-report.yaml @@ -17,7 +17,7 @@ jobs: if: github.event.deployment_status.state == 'success' environment: name: github-pages - url: '' + url: https://${{ github.repository_owner }}.github.io/${{ github.repository }}/${{ github.event.repository.name }}/${{ github.head_ref }} runs-on: ubuntu-latest steps: - name: Check out