Skip to content

Commit 4cfdf8a

Browse files
committed
Fixed the multiple commmands run
1 parent eb363d2 commit 4cfdf8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
run: npm run build # e.g. "vite build"
2929

3030
- name: List dist contents
31-
run: ls -laR ./dist
32-
run: du -hs ./dist
31+
run: ls -laR ./dist && du -hs ./dist
3332

3433
- name: Upload dist as artifact
3534
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)