Skip to content

Commit

Permalink
Fix check links workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Nov 9, 2023
1 parent 50b2250 commit 944c7e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Check external href links in the documentation
name: Check links in documentation

on:
push:
paths:
- '.github/workflows/check-links.yml'
- 'lychee.toml'
- '**/*.md'
schedule:
# Run on the first of each month at 9:00 AM
Expand Down Expand Up @@ -35,4 +37,4 @@ jobs:
uses: lycheeverse/[email protected]
with:
fail: true
args: --max-concurrency 1 --cache --no-progress --exclude-all-private --exclude-path '*/src/test/resources/*' './**/*.md'
args: --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md'
1 change: 1 addition & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exclude_path = ["heylogs-api/src/test/resources/Main.md"]

0 comments on commit 944c7e8

Please sign in to comment.