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

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -5,12 +5,12 @@ variables:
    5 5
     
    
    6 6
     
    
    7 7
     stages:
    
    8
    +  - link-check
    
    8 9
       - install
    
    9 10
       - build
    
    10 11
       - test
    
    11 12
       - ansi-test
    
    12 13
       - benchmark
    
    13
    -  - link-check
    
    14 14
     
    
    15 15
     cache:
    
    16 16
     
    
    ... ... @@ -205,5 +205,4 @@ linkchecker:
    205 205
         - find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check
    
    206 206
         # Clone the wiki pages and check the links there.
    
    207 207
         - git clone https://gitlab.common-lisp.net/cmucl/cmucl.wiki.git
    
    208
    -    - cd cmucl.wiki
    
    209
    -    - find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check
    208
    +    - find cmucl.wiki -name \*.md -print0 | xargs -0 -n1 markdown-link-check