Skip to content

Commit 8be0436

Browse files
authored
fix(demo-build): fix demo dosc deployments (#6038)
1 parent daed665 commit 8be0436

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ if (environment.production) {
1515
}
1616

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

scripts/docs/build-docs.ts

Lines changed: 1 addition & 1 deletion
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 } from './config';
8+
import { REPO_URL, OUT_DIR, REPO_OWNER, REPO_NAME, GH_TOKEN } 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)