Commit 7b28913
fix: Lighthouse CI tests canonical upstream URL
The Lighthouse CI job in test.yml has been failing on every merge to
main since at least 2026-04-06 (10 consecutive failures) because
.lighthouserc.json tests https://raifdmueller.github.io/Semantic-Anchors/
— the fork URL, which is a leftover from when development happened in
the fork before the move to upstream.
The fork GH Pages site hasn't been redeployed since 2026-03-27
(confirmed via HTTP last-modified headers), so Lighthouse is testing an
outdated snapshot that doesn't reflect anything recent.
Point the test at https://llm-coding.github.io/Semantic-Anchors/ —
the canonical deployed URL that deploy.yml actually publishes to.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7e7a690 commit 7b28913
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments