Skip to content

Commit 7e56b13

Browse files
Removed sanity check.
1 parent b7b54c6 commit 7e56b13

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/nextjs-static-gh-pages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ jobs:
5656
- name: 📥 Install dependencies
5757
run: ${{ env.manager }} ${{ env.command }}
5858

59-
- name: 🧪 Type Check (Static Only)
60-
run: pnpm tsc --project tsconfig.static.json --noEmit
61-
6259
- name: 🏗 Generate Static Build
6360
env:
6461
NEXT_OUTPUT_MODE: export

0 commit comments

Comments
 (0)