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
5f52562ea2
commit
e346ae8f52
2 changed files with 4 additions and 2 deletions
5
.github/workflows/docsDeploy.yml
vendored
5
.github/workflows/docsDeploy.yml
vendored
|
@ -24,7 +24,10 @@ jobs:
|
|||
with:
|
||||
repository: akveo/ngx-admin
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- run: |
|
||||
- name: Deploy
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
npm install --silent
|
||||
git config --global user.email "github-action@akveo.com"
|
||||
git config --global user.name "Github Action"
|
||||
|
|
|
@ -15,4 +15,3 @@ if (environment.production) {
|
|||
}
|
||||
|
||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue