mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(demo-build): fix demo build deployment
This commit is contained in:
parent
ccebaaab5a
commit
b5f4d7a4c2
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docsDeploy.yml
vendored
3
.github/workflows/docsDeploy.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue