Skip to content

Commit

Permalink
ci(fix): build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Nov 6, 2024
1 parent e62863a commit d1ddbb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
${{ runner.os }}-node-
- name: Build 🔧
run: npm run build
run: |
npm i
npm run build
- name: Upload artifact 🚀
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit d1ddbb8

Please sign in to comment.