diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcdd58b..4548ec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Generate source files + run: npx fumadocs-mdx + - name: Type check run: npx tsc --noEmit