We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c22a5 commit 5fb2f3aCopy full SHA for 5fb2f3a
.github/workflows/ts-pages.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
- name: Build TypeScript
19
run: tsc
20
- - run: .sh
+ - run: bash .sh
21
- name: Compress & Upload pages artifact
22
uses: actions/upload-pages-artifact@v3
23
with:
0 commit comments