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 e959ddc commit 04dfa03Copy full SHA for 04dfa03
.github/workflows/static.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install Dependencies
39
run: npm install
40
- name: Compile
41
- run: npx tsc
+ run: npm run build
42
- name: Upload artifact
43
uses: actions/upload-pages-artifact@v3
44
with:
0 commit comments