Stop profiling memory when Jekyll 3.x

This commit is contained in:
Ashwin Maroli 2023-02-01 22:59:22 +05:30 committed by GitHub
parent c90dcf86d8
commit db0e639259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -60,3 +60,4 @@ jobs:
bundle exec jekyll build -s sandbox -d sandbox/_site --trace
- name: Memory Analysis of Jekyll Build (WITH SEO Tag)
run: bash jekyll-seo-tag/.github/workflows/scripts/memprof
if: "!contains(matrix.jekyll_version, '3.')"