Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# rate-limited third-party sites never block a merge. Internal links and images
# are validated on every PR by htmltest (see .htmltest.yml); this job checks
# only external URLs — .lycheeignore skips our own domain.
# (lychee resolves relative links against --base-url https://alcops.dev.)
name: External link check

on:
Expand Down Expand Up @@ -41,8 +42,9 @@ jobs:
with:
args: >-
--no-progress
--base https://alcops.dev
--base-url https://alcops.dev
"public/**/*.html"
token: ${{ secrets.GITHUB_TOKEN }}
fail: false
- name: Open issue on broken links
if: steps.lychee.outputs.exit_code != 0
Expand Down
2 changes: 1 addition & 1 deletion .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Internal links and images are validated by htmltest on every PR
# (see .htmltest.yml), so lychee only checks third-party external links —
# skip our own domain here (link-check.yaml resolves internal links to it
# via --base https://alcops.dev).
# via --base-url https://alcops.dev).
^https://alcops\.dev

# Add known-flaky or bot-blocking external hosts below as they surface.