Skip to content

Commit 4a44200

Browse files
authored
Merge pull request #2344 from IIIF/glenrobson-patch-1
Temporarily disabling internal link checking
2 parents 4d212f9 + a967c3e commit 4a44200

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/preview.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs: # A workflow run is made up of one or more jobs that can run sequentially
3232
run: bundle exec rake build:preview
3333
- name: Test html
3434
run: bundle exec rake test:html
35-
- name: Test internal links
36-
run: bundle exec rake test:links:internal
37-
- name: Test *iiif.io* links
38-
run: bundle exec rake test:links:iiif
35+
# - name: Test internal links
36+
# run: bundle exec rake test:links:internal
37+
# - name: Test *iiif.io* links
38+
# run: bundle exec rake test:links:iiif
3939
- name: Spec tests
4040
run: bundle exec rake api:spec
4141
- name: Create GitHub deployment # Deploy to Preview site

0 commit comments

Comments
 (0)