As the doc mentions, we should be able to write:
jekyll build --config \"_config.yml, _config.en.yml\"
Instead, I receive:
Remove the space after the coma.
jekyll build --config "_config.yml,_config.en.yml"