Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add lychee github action for test purposes #839

Closed
wants to merge 13 commits into from
14 changes: 14 additions & 0 deletions .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Lychee Link Checker

on: [pull_request]

jobs:
LinkCheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: lycheeverse/[email protected]
with:
fail: true
args: --base https://docs.apify.com sources/ --verbose --no-progress './**/*.md' './**/*.mdx'
3 changes: 3 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
http:\/\/localhost:3000.*
https:\/\/www\.youtube.*
\.(jpg|jpeg|png|gif|bmp|webp|svg)$
Loading