Skip to content

Commit bf28903

Browse files
authored
fix(demo-build): fix demo dosc deployments (#6042)
1 parent 428c9a1 commit bf28903

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/docsDeploy.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
with:
2525
repository: akveo/ngx-admin
2626
token: ${{ secrets.GH_PAT }}
27-
- name: Deploy
27+
- name: Deploy to GH pages
28+
uses: nicoinch/[email protected]
2829
env:
29-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
30-
run: |
30+
GH_PAT: ${{ secrets.GH_PAT }}
31+
- run: |
3132
npm install --silent
3233
git config --global user.email "[email protected]"
3334
git config --global user.name "Github Action"

docs/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ if (environment.production) {
1515
}
1616

1717
platformBrowserDynamic().bootstrapModule(AppModule);
18+

0 commit comments

Comments
 (0)