Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mobily committed Apr 11, 2024
1 parent b8a32b6 commit 0af84e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lockb') }}-
- run: |
bun install
cd docs
bun install
bun run build
Expand Down
4 changes: 2 additions & 2 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extends": "@grapp/nextra-theme/tsconfig.json",
"include": [
"next-env.d.ts",
"./docs/**/*.ts",
"./docs/**/*.tsx"
"./**/*.ts",
"./**/*.tsx"
],
"compilerOptions": {
"incremental": true
Expand Down

0 comments on commit 0af84e5

Please sign in to comment.