Skip to content

Commit d14b898

Browse files
tnirk8s-ci-robot
authored andcommitted
Fix Hugo config.toml as valid (#10605)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
1 parent 9abeb8b commit d14b898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enableRobotsTXT = true
77

88
disableKinds = ["taxonomy", "taxonomyTerm"]
99

10-
ignoreFiles = [ "^OWNERS$", "README[-]+[a-z]*\.md", "^node_modules$", "content/en/docs/doc-contributor-tools" ]
10+
ignoreFiles = [ "^OWNERS$", "README[-]+[a-z]*\\.md", "^node_modules$", "content/en/docs/doc-contributor-tools" ]
1111

1212
contentDir = "content/en"
1313

0 commit comments

Comments
 (0)