fix(demo-build): fix demo dosc deployments

This commit is contained in:
d.strigo 2024-09-24 18:11:27 +02:00
parent 428c9a1ca1
commit 3fae9b95e5
2 changed files with 5 additions and 3 deletions

View file

@ -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"

View file

@ -15,3 +15,4 @@ if (environment.production) {
} }
platformBrowserDynamic().bootstrapModule(AppModule); platformBrowserDynamic().bootstrapModule(AppModule);