Skip to content

Commit

Permalink
Broken links crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Mar 5, 2024
1 parent ab8c918 commit af27575
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/docs_dead_links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Check docs for broken links
on:
workflow_dispatch: # allow manual trigger
schedule:
# run daily at 4 am
- cron: '0 4 * * *'
jobs:
crawl_for_broken_links:
runs-on: ubuntu-latest
name: Broken-Links-Crawler
steps:
- name: Checking links
uses: ScholliYT/Broken-Links-Crawler-Action@v3
with:
website_url: 'https://dhi.github.io/mikeio/'
verbose: 'true'
max_retry_time: 30
max_retries: 2
max_depth: 1

0 comments on commit af27575

Please sign in to comment.