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.
2 parents 98560f5 + 1c41033 commit f2aba06Copy full SHA for f2aba06
2 files changed
.github/workflows/ai-translate.yml
.github/workflows/ci.yml
@@ -33,11 +33,11 @@ jobs:
33
- name: Install dependencies
34
run: pnpm install --frozen-lockfile
35
36
- - name: Generate source files
37
- run: pnpm exec fumadocs-mdx
+ # - name: Generate source files
+ # run: pnpm exec fumadocs-mdx
38
39
- - name: Type check
40
- run: pnpm exec tsc --noEmit
+ #- name: Type check
+ # run: pnpm exec tsc --noEmit
41
42
- name: Build
43
run: pnpm run build
0 commit comments