Skip to content

Commit 95cdb22

Browse files
committed
Fix yaml syntax for 'exclude' variable
1 parent 564d2dd commit 95cdb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ markdown: kramdown
44
permalink: pretty
55
pygments: true
66

7-
exclude: README.md, Rakefile
7+
exclude: [README.md, Rakefile]
88

99
domain: www.ruby-lang.org
1010
#url: http://www.ruby-lang.org

0 commit comments

Comments
 (0)