diff --git a/.github/workflows/weekly_broken_link_finder.yml b/.github/workflows/weekly_broken_link_finder.yml new file mode 100644 index 000000000..9b38dd56a --- /dev/null +++ b/.github/workflows/weekly_broken_link_finder.yml @@ -0,0 +1,8 @@ +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