fix(core): update
This commit is contained in:
parent
1a7f33d22b
commit
7937cc8898
@ -34,4 +34,4 @@
|
|||||||
"typedoc": "^0.14.2",
|
"typedoc": "^0.14.2",
|
||||||
"typescript": "^3.4.5"
|
"typescript": "^3.4.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -20,7 +20,7 @@ export class MkDocs {
|
|||||||
case argvArg.serve:
|
case argvArg.serve:
|
||||||
await mkdocsInstance.serve();
|
await mkdocsInstance.serve();
|
||||||
break;
|
break;
|
||||||
case argvArg.publish:
|
case argvArg.publish:
|
||||||
await mkdocsInstance.publish();
|
await mkdocsInstance.publish();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
@ -49,7 +49,6 @@ export class MkDocs {
|
|||||||
paths.cwd
|
paths.cwd
|
||||||
}:/docs registry.gitlab.com/hosttoday/ht-docker-mkdocs build`
|
}:/docs registry.gitlab.com/hosttoday/ht-docker-mkdocs build`
|
||||||
);
|
);
|
||||||
await this.smartshellInstance.exec(`gitzone commit`);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public async serve() {
|
public async serve() {
|
||||||
|
Loading…
Reference in New Issue
Block a user