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
This commit is contained in:
parent
428c9a1ca1
commit
3fae9b95e5
2 changed files with 5 additions and 3 deletions
7
.github/workflows/docsDeploy.yml
vendored
7
.github/workflows/docsDeploy.yml
vendored
|
@ -24,10 +24,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: akveo/ngx-admin
|
repository: akveo/ngx-admin
|
||||||
token: ${{ secrets.GH_PAT }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Deploy
|
- name: Deploy to GH pages
|
||||||
|
uses: nicoinch/ghpages@v3.0.0-alpha-1
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
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"
|
||||||
git config --global user.name "Github Action"
|
git config --global user.name "Github Action"
|
||||||
|
|
|
@ -15,3 +15,4 @@ if (environment.production) {
|
||||||
}
|
}
|
||||||
|
|
||||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
platformBrowserDynamic().bootstrapModule(AppModule);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue