mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
feat: use main domain for production runs
This commit is contained in:
parent
052a2e404d
commit
8b4c6a87e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unlighthouse.yaml
vendored
2
.github/workflows/unlighthouse.yaml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
- name: Run Unlighthouse
|
||||
run: |
|
||||
unlighthouse-ci \
|
||||
--site "${{ steps.vercel_preview_url.outputs.preview_url }}" \
|
||||
--site "${{ github.ref == 'refs/heads/main' && 'https://hellob.art' || steps.vercel_preview_url.outputs.preview_url }}" \
|
||||
--reporter jsonExpanded \
|
||||
--build-static
|
||||
|
||||
|
|
Loading…
Reference in a new issue