From daed6653f0e4ea29b5346e6d673ca64b0a6419a6 Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Tue, 24 Sep 2024 17:04:27 +0200 Subject: [PATCH] fix(demo-build): fix demo dosc deployments (#6037) --- docs/main.ts | 1 - scripts/docs/config.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main.ts b/docs/main.ts index 11f9f131..e2b5bd9a 100644 --- a/docs/main.ts +++ b/docs/main.ts @@ -15,4 +15,3 @@ if (environment.production) { } platformBrowserDynamic().bootstrapModule(AppModule); - diff --git a/scripts/docs/config.ts b/scripts/docs/config.ts index 92498fc5..24bd9c48 100644 --- a/scripts/docs/config.ts +++ b/scripts/docs/config.ts @@ -2,3 +2,4 @@ export const REPO_URL = 'https://github.com/akveo/ngx-admin.git'; export const REPO_OWNER = 'akveo'; export const REPO_NAME = 'ngx-admin'; export const OUT_DIR = 'docs/dist'; // Relative to the directory you run command +export const GH_TOKEN = '';