Skip to content

Commit

Permalink
Fix CI build task
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Mar 23, 2024
1 parent 75d111c commit c0ea0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build demo
run: npm run build-demo
run: npm run build
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
Expand Down

1 comment on commit c0ea0d9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.