Skip to content

Commit 428c9a1

Browse files
authored
fix(demo-build): fix demo dosc deployments (#6041)
1 parent 1a8f77c commit 428c9a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/main.ts

-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ if (environment.production) {
1515
}
1616

1717
platformBrowserDynamic().bootstrapModule(AppModule);
18-

scripts/docs/build-docs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { generateGithubSpaScript } from './ghspa-template';
55
import { runCommand } from './run-command';
66
import { log } from './log';
77

8-
import { REPO_URL, OUT_DIR, REPO_OWNER, REPO_NAME, GH_TOKEN } from './config';
8+
import { REPO_URL, OUT_DIR, REPO_OWNER, REPO_NAME } from './config';
99
const WORK_DIR = join(process.cwd(), '../_DOCS_BUILD_WORK_DIR_');
1010
const MASTER_BRANCH_DIR = join(WORK_DIR, 'MASTER');
1111
const DOCS_VERSIONS_PATH = join(MASTER_BRANCH_DIR, 'docs/versions.json');

0 commit comments

Comments
 (0)