Skip to content

Commit

Permalink
Merge pull request #58 from spacetelescope/add_broken_link_finder
Browse files Browse the repository at this point in the history
Create weekly_broken_link_finder.yml
  • Loading branch information
dulude authored Dec 1, 2023
2 parents 6f5620e + 9aa0a93 commit f36541c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/weekly_broken_link_finder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Weekly broken link check
on:
schedule:
- cron: '0 4 * * 0' # 0400 UTC every Sunday

jobs:
Scheduled:
uses: spacetelescope/notebook-ci-actions/.github/workflows/broken_link_checker.yml@main
with:
website_url: "https://spacetelescope.github.io/mast_notebooks/intro.html"

0 comments on commit f36541c

Please sign in to comment.