if (add.code === 0) {
            console.log(`  ${chalk.green('✔')}   added gh-pages changes`);
        } else {
            throw new Error(`failed to add gh-pages changes:\n${add.output}`);
        }