mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
fix(demo-build): fix demo dosc deployments (#6039)
This commit is contained in:
parent
8be043698c
commit
9ce151f8e0
2 changed files with 1 additions and 2 deletions
2
.github/workflows/docsDeploy.yml
vendored
2
.github/workflows/docsDeploy.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Deploy
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: |
|
||||
npm install --silent
|
||||
git config --global user.email "github-action@akveo.com"
|
||||
|
|
|
@ -15,4 +15,3 @@ if (environment.production) {
|
|||
}
|
||||
|
||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue