Skip to content

Commit 71b6cca

Browse files
Remove links checker (#1599)
* Fix broken links * Remove linksChecker
1 parent 1eb6e56 commit 71b6cca

File tree

4 files changed

+2
-34
lines changed

4 files changed

+2
-34
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -122,23 +122,3 @@ jobs:
122122
- name: Run Checks
123123
run: bin/ci.sh
124124

125-
linkChecker:
126-
name: Link Checker
127-
runs-on: ubuntu-24.04
128-
steps:
129-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
130-
131-
- name: Retrieve Lychee Cache
132-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
133-
id: lychee-cache # id to use in retrieve action
134-
with:
135-
path: .lycheecache
136-
key: lychee-v1
137-
138-
- name: Link Checker
139-
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
140-
with:
141-
args: --cache --max-cache-age 7d --require-https --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36" --no-progress './**/*.md' './**/*.html' './**/*.json'
142-
fail: true
143-
env:
144-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.lycheeignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

concepts/default-arguments/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ guess()
2222
```
2323

2424
[default-arguments]: https://hexdocs.pm/elixir/modules-and-functions.html#default-arguments
25-
[function-header]: https://webcf.waybackmachine.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/
25+
[function-header]: https://web.archive.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/

concepts/multiple-clause-functions/links.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Getting Started guide - Named Functions"
55
},
66
{
7-
"url": "https://webcf.waybackmachine.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/",
7+
"url": "https://web.archive.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/",
88
"description": "Default Values and Multiple Function Clauses"
99
},
1010
{

0 commit comments

Comments
 (0)