diff --git a/.github/workflows/profile.yml b/.github/workflows/profile.yml index 849539419..553f3af46 100644 --- a/.github/workflows/profile.yml +++ b/.github/workflows/profile.yml @@ -34,5 +34,10 @@ jobs: # Jekyll Profile echo "::group::Jekyll Profile" bundle exec jekyll build --incremental --profile >> $GITHUB_STEP_SUMMARY + # Nice formatting + sed -i 's/+-/|/g' $GITHUB_STEP_SUMMARY + sed -i 's/-+/|/g' $GITHUB_STEP_SUMMARY + sed -i 's/Build Process Summary/## Build Process Summary/g' $GITHUB_STEP_SUMMARY + sed -i 's/Site Render Stats/## Site Render Stats/g' $GITHUB_STEP_SUMMARY echo "::endgroup::" shell: bash \ No newline at end of file diff --git a/README.md b/README.md index be46755c0..d10fb4b50 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ preview](https://dieghernan.github.io/chulapa/assets/img/site/banner.png "live preview")](https://dieghernan.github.io/chulapa/) ![GitHub release (latest by -date)](https://img.shields.io/github/v/release/dieghernan/chulapa) [![Gem +date)](https://img.shields.io/github/v/release/dieghernan/chulapa) +![Gem Version](https://img.shields.io/gem/v/chulapa-jekyll?color=success) ![GitHub](https://img.shields.io/github/license/dieghernan/chulapa) ![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D3.8.7-blue)