Skip to content

Commit 0af84e5

Browse files
committed
chore: update docs
1 parent b8a32b6 commit 0af84e5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy-docs.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
restore-keys: |
2828
${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lockb') }}-
2929
- run: |
30-
bun install
3130
cd docs
3231
bun install
3332
bun run build

docs/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"extends": "@grapp/nextra-theme/tsconfig.json",
33
"include": [
44
"next-env.d.ts",
5-
"./docs/**/*.ts",
6-
"./docs/**/*.tsx"
5+
"./**/*.ts",
6+
"./**/*.tsx"
77
],
88
"compilerOptions": {
99
"incremental": true

0 commit comments

Comments
 (0)