Skip to content

Commit

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

0 comments on commit afa2ff2

Please sign in to comment.