mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 01:21:22 +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
|
- name: Run Unlighthouse
|
||||||
run: |
|
run: |
|
||||||
unlighthouse-ci \
|
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 \
|
--reporter jsonExpanded \
|
||||||
--build-static
|
--build-static
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue