Skip to content

URLs

URLs #364

Workflow file for this run

name: URLs
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * 1-5"
jobs:
check-urls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1
with:
args: content/*/*/*.md --no-progress --verbose --require-https
fail: true