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

This commit is contained in:
Denis Strigo 2024-09-24 14:10:51 +02:00 committed by GitHub
parent 0f8608008f
commit afa2ff2bfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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