mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
fix(demo-build): fix demo build deployment
This commit is contained in:
parent
0f8608008f
commit
e5c90bc560
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docsDeploy.yml
vendored
3
.github/workflows/docsDeploy.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue