fix(demo-build): fix demo dosc deployments

This commit is contained in:
d.strigo 2024-09-24 17:38:57 +02:00
parent 8be043698c
commit 80fa9fce7c
2 changed files with 1 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
token: ${{ secrets.GH_PAT }}
- name: Deploy
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
npm install --silent
git config --global user.email "github-action@akveo.com"

View file

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