Skip to content

Commit 49f1662

Browse files
committed
fix: Escape
1 parent 8c1a04f commit 49f1662

File tree

1 file changed

+4
-1
lines changed
  • recipes/ci-cd/github-actions/workflows

1 file changed

+4
-1
lines changed

recipes/ci-cd/github-actions/workflows/ruby.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Ruby
22

3+
{% raw %}
34

45
## Samples
56

@@ -18,7 +19,7 @@
1819
1920
- run: ruby hello.rb
2021
```
21-
22+
2223
### Cache dependencies
2324
2425
[![actions - cache](https://img.shields.io/static/v1?label=actions&message=cache&color=blue&logo=github)](https://github.com/actions/cache)
@@ -40,3 +41,5 @@ Based on [example](https://github.com/actions/cache/blob/master/examples.md#ruby
4041
bundle config set path vendor/bundle
4142
bundle install --jobs 4 --retry 3
4243
```
44+
45+
{% endraw %}

0 commit comments

Comments
 (0)