Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dieghernan/chulapa
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Feb 27, 2025
2 parents ff3c800 + 3e4496b commit cce7f09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cce7f09

Please sign in to comment.