Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,3 @@ jobs:
- name: Run Checks
run: bin/ci.sh

linkChecker:
name: Link Checker
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8

- name: Retrieve Lychee Cache
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
id: lychee-cache # id to use in retrieve action
with:
path: .lycheecache
key: lychee-v1

- name: Link Checker
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
with:
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'
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
12 changes: 0 additions & 12 deletions .lycheeignore

This file was deleted.

2 changes: 1 addition & 1 deletion concepts/default-arguments/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ guess()
```

[default-arguments]: https://hexdocs.pm/elixir/modules-and-functions.html#default-arguments
[function-header]: https://webcf.waybackmachine.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/
[function-header]: https://web.archive.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/
2 changes: 1 addition & 1 deletion concepts/multiple-clause-functions/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Getting Started guide - Named Functions"
},
{
"url": "https://webcf.waybackmachine.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/",
"url": "https://web.archive.org/web/20250125234916/https://inquisitivedeveloper.com/lwm-elixir-25/",
"description": "Default Values and Multiple Function Clauses"
},
{
Expand Down
Loading