Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github actions workflow to crawl docs pages for broken URLs #105

Merged
merged 3 commits into from
Jul 27, 2024

Conversation

cordt-sei
Copy link
Contributor

Scheduled check of all content pages for broken URLs

Adds workflow for weekly broken URL check. Scans .md and .mdx files within the ./pages/ directory, validating URLs and reporting potentially broken while ignoring likely irrelevant error-responses.

Runs every Monday 0:00 UTC, or can be manually triggered. Takes maybe 2 minutes to complete.

Changes:

  1. Added urlcheck.py script in the scripts
  2. Created workflow file link_check.yml in .github
  3. Included dependencies (requests) in workflow.

Adds workflow for weekly broken URLs check
Workflow/actions script to check for broken URLs on a regular schedule.
edit script name
@cordt-sei cordt-sei requested a review from a team as a code owner July 26, 2024 04:28
Copy link
Contributor

@besated besated left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, thanks for setting this up!

@cordt-sei cordt-sei merged commit 092ad27 into main Jul 27, 2024
1 check passed
@cordt-sei cordt-sei deleted the Cordt-actions branch July 27, 2024 03:53
@cordt-sei cordt-sei restored the Cordt-actions branch July 27, 2024 04:00
@cordt-sei cordt-sei deleted the Cordt-actions branch July 27, 2024 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants