File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff 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 )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments