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 (#6032)
This commit is contained in:
parent
ccebaaab5a
commit
d51fff7605
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
|
- name: Deploy
|
||||||
uses: nicoinch/ghpages@v3.0.0-alpha-1
|
uses: nicoinch/ghpages@v3.0.0-alpha-1
|
||||||
env:
|
env:
|
||||||
BUILD_DIR: ngx-admin/
|
|
||||||
GH_TOKEN: ${{ secrets.GH_PAT }}
|
GH_TOKEN: ${{ secrets.GH_PAT }}
|
||||||
run: |
|
- run: |
|
||||||
npm install --silent
|
npm install --silent
|
||||||
git config --global user.email "github-action@akveo.com"
|
git config --global user.email "github-action@akveo.com"
|
||||||
git config --global user.name "Github Action"
|
git config --global user.name "Github Action"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue