We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390bebc commit 2beb713Copy full SHA for 2beb713
1 file changed
.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