Skip to content

Commit 1a84f85

Browse files
committed
Update broken-links Action config and error source
1 parent debbd14 commit 1a84f85

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
exclude_path = [
2-
"README.md",
2+
"CONTRIBUTING.md",
33
"CUSTOMIZE.md",
4+
"INSTALL.md",
5+
"FAQ.md",
6+
"README.md",
47
"_pages/404.md",
58
"_pages/blog.md",
69
"_pages/about.md",
@@ -9,4 +12,4 @@ exclude_path = [
912
no_progress = true
1013
timeout = 30
1114
user_agent = 'curl/7.54'
12-
verbose = "info"
15+
verbose = "info"

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
with:
5252
fail: true
5353
# removed md files that include liquid tags
54-
args: --base ${{ env.BASE_URL }} --config .github/config/broken-links_lychee.toml './**/*.md' './**/*.html'
54+
args: --base ${{ env.BASE_URL }} --config .github/config/broken-links_lychee.toml './**/*.md' './**/*.html'

_posts/2024-01-29-ggj-2024-dope-me-laugh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ It's been seven years since my first GGJ at Lisbon and every year is funnier. Th
4747

4848
_WIP_
4949

50-
To read more about <a href="{{ site.url }}{{ site.baseurl }}/projects/dope-me-laugh/">this project description</a> please visit <a href="{{ site.url }}{{ site.baseurl }}/projects/">projects section.</a>
50+
To read more about <a href="/projects/dope-me-laugh/">this project description</a> please visit <a href="/projects/">projects section.</a>
5151

5252
## Conclusion
5353

0 commit comments

Comments
 (0)