Skip to content

Broken Links Crawler #45

Broken Links Crawler

Broken Links Crawler #45

name: Broken Links Crawler
on:
workflow_dispatch:
push:
branches:
- master
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '35 13 5,19 * *'
jobs:
crawl_for_broken_links:
runs-on: ubuntu-latest
name: Broken-Links-Crawler
steps:
- name: Debug Action
uses: hmarr/[email protected]
- name: Checking broken links
id: check-broken-links
uses: ScholliYT/[email protected]
with:
website_url: "https://keymapdb.com"
exclude_url_prefix: "/assets,https://mechdb.net"
max_retries: 2
max_depth: 2
verbose: true