From 8713a519b84eee33ae55b641cdbda5b857d5deaf Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Wed, 29 May 2024 19:24:44 +0100 Subject: [PATCH] Update live.yml --- .github/workflows/live.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/live.yml b/.github/workflows/live.yml index 6842e8550..d09f4c9dc 100644 --- a/.github/workflows/live.yml +++ b/.github/workflows/live.yml @@ -45,8 +45,8 @@ jobs: run: bundle exec rake test:html - name: Test internal links run: bundle exec rake test:links:internal - - name: Test *iiif.io* links - run: bundle exec rake test:links:iiif + # - name: Test *iiif.io* links + # run: bundle exec rake test:links:iiif # Validate - name: Set up Python 3.x