Skip to content

Commit

Permalink
chore: fix docs deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yaminncco committed Jan 16, 2024
1 parent 97b6c15 commit e6c3e3e
Show file tree
Hide file tree
Showing 3 changed files with 3,962 additions and 1,988 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: cd demo & npm ci
run: |
npm install
cd demo && npm install
- name: Build
run: npm run build:demo
- name: Setup Pages
Expand Down
Loading

0 comments on commit e6c3e3e

Please sign in to comment.