Profile using an intermediate shell script
This commit is contained in:
parent
b5c53de8f0
commit
be9ce5d13e
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
bundle exec ruby jekyll-seo-tag/.github/workflows/scripts/memprof.rb sandbox
|
||||
exit 0
|
|
@ -59,4 +59,4 @@ jobs:
|
|||
bundle exec jekyll build -s sandbox -d sandbox/_site --trace
|
||||
bundle exec jekyll build -s sandbox -d sandbox/_site --trace
|
||||
- name: Memory Analysis of Jekyll Build (WITH SEO Tag)
|
||||
run: bundle exec ruby jekyll-seo-tag/.github/workflows/actions/memprof.rb sandbox
|
||||
run: bash jekyll-seo-tag/.github/workflows/scripts/memprof
|
||||
|
|
Loading…
Reference in New Issue