feature: check for broken links periodically

This commit is contained in:
Cory Dransfeldt 2023-04-06 11:25:50 -07:00
parent 5e5ac3f626
commit df29f4cf6d
No known key found for this signature in database

View file

@ -0,0 +1,18 @@
name: Scheduled broken link check
on:
push:
branches:
- master
schedule:
- cron: '0 13 * * 6'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check links on site
uses: mattorb/actions-muffet@v1.3.1
with:
args: >
--timeout 20
https://coryd.dev