Skip to content

Commit

Permalink
fix(demo-build): fix demo build deployment (#6032)
Browse files Browse the repository at this point in the history
  • Loading branch information
denStrigo authored Sep 24, 2024
1 parent ccebaaa commit d51fff7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docsDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
- name: Deploy
uses: nicoinch/[email protected]
env:
BUILD_DIR: ngx-admin/
GH_TOKEN: ${{ secrets.GH_PAT }}
run: |
- run: |
npm install --silent
git config --global user.email "[email protected]"
git config --global user.name "Github Action"
Expand Down

0 comments on commit d51fff7

Please sign in to comment.