We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a32b6 commit 0af84e5Copy full SHA for 0af84e5
.github/workflows/deploy-docs.yaml
@@ -27,7 +27,6 @@ jobs:
27
restore-keys: |
28
${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lockb') }}-
29
- run: |
30
- bun install
31
cd docs
32
bun install
33
bun run build
docs/tsconfig.json
@@ -2,8 +2,8 @@
2
"extends": "@grapp/nextra-theme/tsconfig.json",
3
"include": [
4
"next-env.d.ts",
5
- "./docs/**/*.ts",
6
- "./docs/**/*.tsx"
+ "./**/*.ts",
+ "./**/*.tsx"
7
],
8
"compilerOptions": {
9
"incremental": true
0 commit comments