Skip to content

Check for dead links pointing outside #61

Check for dead links pointing outside

Check for dead links pointing outside #61

Workflow file for this run

name: Check for dead links pointing outside
on:
workflow_dispatch:
schedule:
- cron: '00 18 * * *'
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
with:
args: --verbose --no-progress './**/*.md' './**/*.vue' --accept=200,204,206,403 --scheme https