mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
fix: Added correct target_url
to analysis
This commit is contained in:
parent
5a59e24a31
commit
b2c4144c70
1 changed files with 1 additions and 1 deletions
2
.github/workflows/seo-report.yaml
vendored
2
.github/workflows/seo-report.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue