Skip to content

Commit

Permalink
chore: github actions are a pain to maintain
Browse files Browse the repository at this point in the history
  • Loading branch information
orefalo committed Jun 10, 2024
1 parent c550c00 commit 0c9324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Svelte Sync
if: success() || failure() # Run even if previous failed
run: pnpx svelte-kit sync
run: pnpx exec svelte-kit sync

- name: Svelte Check
if: success() || failure() # Run even if previous failed
Expand Down

0 comments on commit 0c9324e

Please sign in to comment.