Skip to content
Snippets Groups Projects
Commit f6d77f89 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

fix link checker

parent 565ec393
No related branches found
No related tags found
1 merge request!6update to module images
Pipeline #209237 passed
...@@ -73,11 +73,11 @@ check-recipes: ...@@ -73,11 +73,11 @@ check-recipes:
check-links: check-links:
before_script: before_script:
- module purge - module purge
- module load anaconda/3/2021.11 - module load anaconda/3/2023.03
- module list - module list
- pip3 install linkcheckmd - pip3 install linkcheckmd
script: script:
- /root/.local/bin/linkcheckMarkdown -vr . - linkcheckMarkdown -vr .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment