Skip to content

Commit

Permalink
🚑 fix (workflow) static site build
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshurajora committed Sep 13, 2023
1 parent c26573b commit fd9c432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- run: cd examples && npm ci
- run: npm install && cd examples && npm install
- run: cd examples && npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit fd9c432

Please sign in to comment.