fix(docs): dem,o branch url

This commit is contained in:
Alex 2020-05-04 16:44:38 +03:00
parent 19cf9bd750
commit 6a3e0ac104

View file

@ -27,7 +27,7 @@ export interface Version {
await mkdirp(WORK_DIR);
log(`Cloning ${REPO_URL} into ${MASTER_BRANCH_DIR}`);
await runCommand(`git clone -b gh-pages-deploy-fix ${REPO_URL} ${MASTER_BRANCH_DIR}`, { cwd: WORK_DIR });
await runCommand(`git clone -b demo ${REPO_URL} ${MASTER_BRANCH_DIR}`, { cwd: WORK_DIR });
log('Reading versions configuration');
const config: Version[] = await import(DOCS_VERSIONS_PATH);