Skip to content

Commit daed665

Browse files
authored
fix(demo-build): fix demo dosc deployments (#6037)
1 parent 38fb964 commit daed665

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
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/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ export const REPO_URL = 'https://github.com/akveo/ngx-admin.git';
22
export const REPO_OWNER = 'akveo';
33
export const REPO_NAME = 'ngx-admin';
44
export const OUT_DIR = 'docs/dist'; // Relative to the directory you run command
5+
export const GH_TOKEN = '';

0 commit comments

Comments
 (0)