Skip to content

Commit 580db21

Browse files
committed
fix yaml
1 parent 457956b commit 580db21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jekyll/_cci2/concepts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ The following config example shows a workflow called `build_and_test` in which t
199199
{% raw %}
200200
```yaml
201201
version: 2.1
202+
202203
jobs:
203204
build1:
204205
docker:
@@ -251,6 +252,7 @@ workflows:
251252
{% raw %}
252253
```yaml
253254
version: 2
255+
254256
jobs:
255257
build1:
256258
docker:
@@ -285,7 +287,7 @@ jobs:
285287
command: bundle exec rake assets:precompile
286288
#...
287289
workflows:
288-
version: 2
290+
version: 2
289291
build_and_test: # name of your workflow
290292
jobs:
291293
- build1

0 commit comments

Comments
 (0)