fix(demo-build): fix demo build deployment

This commit is contained in:
d.strigo 2024-09-24 14:09:25 +02:00
parent 0f8608008f
commit e5c90bc560

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"