fix(demo-build): fix demo dosc deployments

This commit is contained in:
d.strigo 2024-09-24 18:31:17 +02:00
parent bf289039fe
commit 69697b467c
4 changed files with 6 additions and 6 deletions

View file

@ -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_PAT = process.env.GH_PAT || ''; // Relative to the directory you run command