fix(demo-build): fix demo build deployment

This commit is contained in:
d.strigo 2024-09-24 14:31:15 +02:00
parent ccebaaab5a
commit b5f4d7a4c2

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"