Skip to content

Commit 5fb2f3a

Browse files
committed
Update shell script
1 parent f9c22a5 commit 5fb2f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ts-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Build TypeScript
1919
run: tsc
20-
- run: .sh
20+
- run: bash .sh
2121
- name: Compress & Upload pages artifact
2222
uses: actions/upload-pages-artifact@v3
2323
with:

0 commit comments

Comments
 (0)