Skip to content

Commit

Permalink
fix: adjust link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Nov 23, 2023
1 parent 42d973a commit 3ffb36c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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/[email protected]
with:
fail: true
args: --verbose --no-progress './content/*/*.md' './content/archive/stackoverflow-redesign.md' './content/archive/web-audit.md' './content/archive/boost.md' './content/archive/nutri.md' './content/archive/ambient-chat.md' './content/archive/ambient-chat.md'
args: --verbose --no-progress './**/*.html' './**/*.ts' './**/*.tsx' './**/*.json' './**/*.md'
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
archive

1 comment on commit 3ffb36c

@vercel
Copy link

@vercel vercel bot commented on 3ffb36c 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.