diff --git a/.github/workflows/workflowhub.yml b/.github/workflows/workflowhub.yml index 58693007acd5b4..1783024291ddea 100644 --- a/.github/workflows/workflowhub.yml +++ b/.github/workflows/workflowhub.yml @@ -40,6 +40,7 @@ jobs: bundle config path vendor/bundle bundle install --jobs 4 --retry 3 bundle pristine ffi + sudo apt install -y graphviz # END Dependencies # Required to build the RO-Crates diff --git a/_plugins/gtn/ro-crate.rb b/_plugins/gtn/ro-crate.rb index 60407464a5196d..8d38bb8769e7ae 100644 --- a/_plugins/gtn/ro-crate.rb +++ b/_plugins/gtn/ro-crate.rb @@ -191,10 +191,9 @@ def self.write(site, dir, associated_material, workflow, url, baseurl, time_base wf_ga.delete('creator') File.write(File.join(wfdir, 'mod.ga'), JSON.pretty_generate(wf_ga)) - # p "Writing #{File.join(wfdir, 'mod.ga')}" zip_path = File.join(wfdir, 'rocrate.zip') - Jekyll.logger.debug "[GTN/API/WFRun] Zipping #{zip_path}" + Jekyll.logger.info "[GTN/API/WFRun] Zipping #{zip_path}" if File.exist?(zip_path) File.delete(zip_path) end