Skip to content

Instantly share code, notes, and snippets.

@hidakatsuya
Last active June 11, 2022 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hidakatsuya/eac869c02647983bbbdbc92205ee5bed to your computer and use it in GitHub Desktop.
Save hidakatsuya/eac869c02647983bbbdbc92205ee5bed to your computer and use it in GitHub Desktop.
Fix curly braces in code block are not rendered in jekyll
{% raw %}
```yml
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
```
{% endraw %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment