Skip to content

Commit

Permalink
docs: link checker skip vendor dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 authored and mmatczuk committed Apr 20, 2022
1 parent 2bc469f commit 9a47bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1.4.1
with:
args: --verbose --exclude-mail --no-progress './**/*.md' './**/*.rst'
args: --verbose --exclude-mail --no-progress './docs/**/*.md' './docs/**/*.rst'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit 9a47bab

Please sign in to comment.