We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af55f9d + 4a44200 commit 3087e09Copy full SHA for 3087e09
.github/workflows/preview.yml
@@ -32,10 +32,10 @@ jobs: # A workflow run is made up of one or more jobs that can run sequentially
32
run: bundle exec rake build:preview
33
- name: Test html
34
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
+# - name: Test internal links
+# run: bundle exec rake test:links:internal
+# - name: Test *iiif.io* links
+# run: bundle exec rake test:links:iiif
39
- name: Spec tests
40
run: bundle exec rake api:spec
41
- name: Create GitHub deployment # Deploy to Preview site
0 commit comments