Skip to content

chore: new attempt for link checking #9

chore: new attempt for link checking

chore: new attempt for link checking #9

Workflow file for this run

name: Links
on:
push:
branches:
- "main"
- "new-portfolio"
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
with:
fail: true
args: --verbose --no-progress './content/*/*.md' 'file:///*'