Skip to content

Commit 9ce151f

Browse files
authored
fix(demo-build): fix demo dosc deployments (#6039)
1 parent 8be0436 commit 9ce151f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docsDeploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
token: ${{ secrets.GH_PAT }}
2727
- name: Deploy
2828
env:
29-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3030
run: |
3131
npm install --silent
3232
git config --global user.email "[email protected]"

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-

0 commit comments

Comments
 (0)