Skip to content

Commit

Permalink
fix(demo-build): fix demo dosc deployments (#6042)
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored Sep 24, 2024
1 parent 428c9a1 commit bf28903
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docsDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
with:
repository: akveo/ngx-admin
token: ${{ secrets.GH_PAT }}
- name: Deploy
- name: Deploy to GH pages
uses: nicoinch/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
GH_PAT: ${{ secrets.GH_PAT }}
- run: |
npm install --silent
git config --global user.email "[email protected]"
git config --global user.name "Github Action"
Expand Down
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);

0 comments on commit bf28903

Please sign in to comment.