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:
|
||||
repository: akveo/ngx-admin
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Deploy
|
||||
- name: Deploy to GH pages
|
||||
uses: nicoinch/ghpages@v3.0.0-alpha-1
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: |
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
- run: |
|
||||
npm install --silent
|
||||
git config --global user.email "github-action@akveo.com"
|
||||
git config --global user.name "Github Action"
|
||||
|
|
|
@ -15,3 +15,4 @@ if (environment.production) {
|
|||
}
|
||||
|
||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue