Skip to content

Commit

Permalink
Update broken-links-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan authored Jul 5, 2024
1 parent 0ff07a6 commit 5d3b92e
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/broken-links-checker.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
name: Broken link check
name: Broken Links Check
on:
workflow_dispatch:

env:
WEBSITE_URL: "https://docs.kuadrant.io/"
jobs:
broken_link_checker_job:
check:
runs-on: ubuntu-latest
name: Check for broken links
steps:
- name: Check for broken links
id: link-report
uses: celinekurpershoek/[email protected]
with:
url: "https://docs.kuadrant.io"
honorRobotExclusions: false
recursiveLinks: true
- name: Get the result
run: echo "${{steps.link-report.outputs.result}}"
- name: Run Broken Links Checker
run: npx broken-link-checker $WEBSITE_URL --ordered --recursive --exclude-external

0 comments on commit 5d3b92e

Please sign in to comment.