Uncommented gitPull functions.

This commit is contained in:
chris062689 2017-06-02 21:56:20 -04:00
parent 9ad09c4128
commit e8609c366a
1 changed files with 2 additions and 2 deletions

View File

@ -37,10 +37,10 @@ function getDirectories (srcpath) {
}
// Fetch game information stored in Github repository.
// gitPull(inputDirectoryGame, 'https://github.com/citra-emu/citra-games-wiki.git');
gitPull(inputDirectoryGame, 'https://github.com/citra-emu/citra-games-wiki.git');
// Fetch game articles stored in Github wiki.
// gitPull(inputDirectoryWiki, 'https://github.com/citra-emu/citra-games-wiki.wiki.git');
gitPull(inputDirectoryWiki, 'https://github.com/citra-emu/citra-games-wiki.wiki.git');
// Make sure the output directories in Hugo exist.
if (fs.existsSync(outputDirectoryMd) == false) {