fix(demo-build): fix demo build deployment (#6032)

This commit is contained in:
Denis Strigo 2024-09-24 14:34:09 +02:00 committed by GitHub
parent ccebaaab5a
commit d51fff7605
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,9 +22,8 @@ jobs:
- name: Deploy
uses: nicoinch/ghpages@v3.0.0-alpha-1
env:
BUILD_DIR: ngx-admin/
GH_TOKEN: ${{ secrets.GH_PAT }}
run: |
- run: |
npm install --silent
git config --global user.email "github-action@akveo.com"
git config --global user.name "Github Action"