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 f134230 + 0a4d9f3 commit 9c33ed2Copy full SHA for 9c33ed2
1 file changed
.github/workflows/ci.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Install dependencies
29
run: npm ci
30
31
+ - name: Generate source files
32
+ run: npx fumadocs-mdx
33
+
34
- name: Type check
35
run: npx tsc --noEmit
36
0 commit comments