Skip to content

Commit

Permalink
fix(demo-build): fix demo dosc deployments (#6036)
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored Sep 24, 2024
1 parent f4729fa commit 38fb964
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 @@ -117,7 +117,7 @@ async function buildDocsApp(projectDir: string, baseHref: string) {

async function deploy(distDir: string) {
await runCommand(
`npx angular-cli-ghpages -S --dir . --repo=https://[email protected]/${REPO_OWNER}/${REPO_NAME}.git`,
`npx angular-cli-ghpages -S --dir . --repo=https://${GH_TOKEN}@github.com/${REPO_OWNER}/${REPO_NAME}.git`,
{ cwd: distDir, showLog: true },
);
}
Expand Down

0 comments on commit 38fb964

Please sign in to comment.