fix: upload all challenge sections in config (#40687)

pull/40688/head
Randell Dawson 2021-01-12 20:09:59 -07:00 committed by GitHub
parent ee1e8abd87
commit 2956a01f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
files: [
{
"source" : "/curriculum/challenges/english/01-responsive-web-design/**/*.md",
"translation" : "/curriculum/challenges/%language%/01-responsive-web-design/**/%original_file_name%",
"source" : "/curriculum/challenges/english/**/*.md",
"translation" : "/curriculum/challenges/%language%/**/%original_file_name%",
"ignore": [
"/**/part-[0-9][0-9][0-9].md",
"/curriculum/challenges/english/[0-9][0-9]-certificates/**/*.*"