Skip to content

Commit

Permalink
fix(demo-build): fix demo dosc deployments (#6038)
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored Sep 24, 2024
1 parent daed665 commit 8be0436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ if (environment.production) {
}

platformBrowserDynamic().bootstrapModule(AppModule);

2 changes: 1 addition & 1 deletion scripts/docs/build-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { generateGithubSpaScript } from './ghspa-template';
import { runCommand } from './run-command';
import { log } from './log';

import { REPO_URL, OUT_DIR, REPO_OWNER, REPO_NAME } from './config';
import { REPO_URL, OUT_DIR, REPO_OWNER, REPO_NAME, GH_TOKEN } from './config';
const WORK_DIR = join(process.cwd(), '../_DOCS_BUILD_WORK_DIR_');
const MASTER_BRANCH_DIR = join(WORK_DIR, 'MASTER');
const DOCS_VERSIONS_PATH = join(MASTER_BRANCH_DIR, 'docs/versions.json');
Expand Down

0 comments on commit 8be0436

Please sign in to comment.