Skip to content

Commit 950a2e5

Browse files
authored
Update build.yml remove link check
Replace the link check by lychee and run this as a weekly reporting, generating an issue when broken links are found. See [lycheeverse/lychee: ⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!](https://github.com/lycheeverse/lychee?tab=readme-ov-file)
1 parent 3eb1a62 commit 950a2e5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,3 @@ jobs:
3030
run: |
3131
python3 build.py
3232
find build -type f
33-
34-
- name: Check faulty external links
35-
run: |
36-
cd scripts/link_checker
37-
pip install -r requirements.txt
38-
echo "Generating links from build"
39-
./generate_links_from_build.sh ../../build/HPC/Gent > links.txt
40-
echo "Checking links"
41-
python check_links.py --whitelist whitelist.txt links.txt

0 commit comments

Comments
 (0)