mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(demo-build): fix demo dosc deployments
This commit is contained in:
parent
f4729fa22f
commit
1cac72c2c7
2 changed files with 2 additions and 1 deletions
|
|
@ -15,3 +15,4 @@ if (environment.production) {
|
||||||
}
|
}
|
||||||
|
|
||||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
platformBrowserDynamic().bootstrapModule(AppModule);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,7 @@ async function buildDocsApp(projectDir: string, baseHref: string) {
|
||||||
|
|
||||||
async function deploy(distDir: string) {
|
async function deploy(distDir: string) {
|
||||||
await runCommand(
|
await runCommand(
|
||||||
`npx angular-cli-ghpages -S --dir . --repo=https://GH_TOKEN@github.com/${REPO_OWNER}/${REPO_NAME}.git`,
|
`npx angular-cli-ghpages -S --dir . --repo=https://${GH_TOKEN}@github.com/${REPO_OWNER}/${REPO_NAME}.git`,
|
||||||
{ cwd: distDir, showLog: true },
|
{ cwd: distDir, showLog: true },
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue