Testing gh-pages commit

This commit is contained in:
Joe Reeve
2018-12-12 11:15:39 +01:00
parent 5aa5f7e58a
commit 71a08f9b5d

View File

@ -40,7 +40,7 @@ readDirPromise('./')
console.info(`Writing output to [${outFilePath}]`);
await writeFilePromise(outFilePath, outputHTML);
if (isCI && TRAVIS_BRANCH === 'master') {
if (isCI && (true || TRAVIS_BRANCH === 'master')) {
const repo = new Repository(TRAVIS_REPO_SLUG, {
token: GITHUB_TOKEN
});