fix(core): update

This commit is contained in:
Philipp Kunz 2019-05-15 21:40:18 +02:00
parent 1a7f33d22b
commit 7937cc8898
2 changed files with 2 additions and 3 deletions

View File

@ -34,4 +34,4 @@
"typedoc": "^0.14.2",
"typescript": "^3.4.5"
}
}
}

View File

@ -20,7 +20,7 @@ export class MkDocs {
case argvArg.serve:
await mkdocsInstance.serve();
break;
case argvArg.publish:
case argvArg.publish:
await mkdocsInstance.publish();
break;
default:
@ -49,7 +49,6 @@ export class MkDocs {
paths.cwd
}:/docs registry.gitlab.com/hosttoday/ht-docker-mkdocs build`
);
await this.smartshellInstance.exec(`gitzone commit`);
}
public async serve() {