Skip to content

Commit 2beb713

Browse files
committed
re-comment linkrot check
1 parent 390bebc commit 2beb713

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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)