Skip to content

Commit 3406597

Browse files
committed
Making changes so that site builds
1 parent 4327f4a commit 3406597

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/_plugins/search_index.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -578,9 +578,10 @@ def is_latest?(group, model)
578578
models_references_json = backup_references_data.merge(models_references_json)
579579
end
580580

581-
filename = File.join(site.config['destination'], 'models.json')
582-
File.write(filename, models_json.values.to_json)
583-
File.write(backup_filename, models_json.to_json)
581+
# filename = File.join(site.config['destination'], 'models.json')
582+
# Commenting so that the site builds
583+
# File.write(filename, models_json.values.to_json)
584+
# File.write(backup_filename, models_json.to_json)
584585

585586
benchmarking_filename = File.join(site.config['destination'], 'benchmarking.json')
586587
File.write(benchmarking_filename, models_benchmarking_json.to_json)

docs/latest.html

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)