We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eb1a62 + 950a2e5 commit bd38496Copy full SHA for bd38496
.github/workflows/build.yml
@@ -30,12 +30,3 @@ jobs:
30
run: |
31
python3 build.py
32
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