Skip to content

Commit

Permalink
Fix install and build
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia authored Oct 6, 2024
1 parent b91502a commit 5e4a206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/svelte_deploy_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
with:
node-version: 18
- name: Install
uses: npm install
run: npm install
- name: Build
uses: npm run build
run: npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 5e4a206

Please sign in to comment.