Skip to content

Commit

Permalink
Update deploying-static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAnsar committed Jan 4, 2024
1 parent 79b2bbd commit 4b6b70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploying-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm install
run: npm install --prefix demo
- name: Build
run: npm run build --prefix docs
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 4b6b70a

Please sign in to comment.