Skip to content

Commit

Permalink
fix: minor fixes for link checking
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Nov 23, 2023
1 parent 3401e06 commit 5a8ee07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: lycheeverse/lychee-action@v1.8.0
with:
fail: true
args: --verbose --no-progress './**/*.html' './**/*.ts' './**/*.tsx' './**/*.json' './**/*.md'
args: --verbose --no-progress './**/*.html' './**/*.json' './**/*.md'
5 changes: 2 additions & 3 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
archive
https://registry.npmjs.org/
https://vike.com/
https://vike.dev/
https://www.figma.com
https://twitter.com/

1 comment on commit 5a8ee07

@vercel
Copy link

@vercel vercel bot commented on 5a8ee07 Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.