Skip to content

Check for broken links #204

Check for broken links

Check for broken links #204

Workflow file for this run

name: Check for broken links
on:
workflow_dispatch: # allow manual trigger
workflow_run: # Run after GH Pages deployment
workflows:
- pages-build-deployment
types:
- completed
schedule:
- cron: '49 11 * * 1' # Run every Monday at 11:40 UTC (6:49 AM CDT)
jobs:
crawl_for_broken_links:
runs-on: ubuntu-latest
name: Broken-Links-Crawler
steps:
- name: Checking Links
uses: ScholliYT/[email protected]
with:
website_url: 'https://uw-madison-datascience.github.io/ML-X-Nexus/'
verbose: true