Skip to content

fix: exclude all from content #10

fix: exclude all from content

fix: exclude all from content #10

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/*/*'