Skip to content

Commit fd2b0b6

Browse files
committed
CI: run the correct command
1 parent cf1babe commit fd2b0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: |
3333
zig build -Drelease -Dwasm-opt
3434
npm ci
35-
npx run build
35+
npm run build
3636
3737
- uses: actions/upload-pages-artifact@v3
3838
with:

0 commit comments

Comments
 (0)