diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 93c7290..831719a 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -27,7 +27,6 @@ jobs: restore-keys: | ${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lockb') }}- - run: | - bun install cd docs bun install bun run build diff --git a/docs/tsconfig.json b/docs/tsconfig.json index dc7efcc..2c1e205 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -2,8 +2,8 @@ "extends": "@grapp/nextra-theme/tsconfig.json", "include": [ "next-env.d.ts", - "./docs/**/*.ts", - "./docs/**/*.tsx" + "./**/*.ts", + "./**/*.tsx" ], "compilerOptions": { "incremental": true