diff --git a/.github/workflows/actions/memprof.rb b/.github/workflows/actions/memprof.rb index a713c679..f54186c1 100644 --- a/.github/workflows/actions/memprof.rb +++ b/.github/workflows/actions/memprof.rb @@ -3,7 +3,7 @@ require 'jekyll' require 'memory_profiler' -MemoryProfiler.report(allow_files: 'lib/jekyll/') do +MemoryProfiler.report(allow_files: ['lib/jekyll/', 'lib/jekyll.rb']) do Jekyll::PluginManager.require_from_bundler Jekyll::Commands::Build.process({ "source" => File.expand_path(ARGV[0]),