diff --git a/.github/workflows/seo-report.yaml b/.github/workflows/seo-report.yaml index ab2dc50..6f17cbe 100644 --- a/.github/workflows/seo-report.yaml +++ b/.github/workflows/seo-report.yaml @@ -44,12 +44,10 @@ 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