mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(demo-build): fix demo dosc deployments
This commit is contained in:
parent
8be043698c
commit
80fa9fce7c
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 }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
npm install --silent
|
npm install --silent
|
||||||
git config --global user.email "github-action@akveo.com"
|
git config --global user.email "github-action@akveo.com"
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,3 @@ if (environment.production) {
|
||||||
}
|
}
|
||||||
|
|
||||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
platformBrowserDynamic().bootstrapModule(AppModule);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue