Raymond Toy pushed to branch issue-334-add-wiki-link-checker at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -197,9 +197,9 @@ osx:benchmark:
    197 197
     # Checks links on the wiki pages whenever any wiki markdown pages change. 
    
    198 198
     linkchecker:
    
    199 199
       stage: link-check
    
    200
    -  image:
    
    201
    -    name: ghcr.io/tcort/markdown-link-check:3.11.2
    
    202
    -    entrypoint: ["/bin/sh", "-c"]
    
    200
    +  # Only the linux runner has markdown-link-check installed
    
    201
    +  tags:
    
    202
    +    - linux
    
    203 203
       script:
    
    204 204
         # Check links in the main repo
    
    205 205
         - find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check