Skip to content

Commit ce34a56

Browse files
committed
fix: 去除pnpm build
1 parent 93914c6 commit ce34a56

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/content-check.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
env:
2323
NEXT_TELEMETRY_DISABLED: "1"
2424
CI: "true"
25-
AUTH_SECRET: ${{ secrets.AUTH_SECRET }}
26-
AUTH_GITHUB_ID: ${{ secrets.AUTH_GITHUB_ID }}
27-
AUTH_GITHUB_SECRET: ${{ secrets.AUTH_GITHUB_SECRET }}
28-
DATABASE_URL: ${{ secrets.DATABASE_URL }}
2925
steps:
3026
- uses: actions/checkout@v4
3127

@@ -45,6 +41,3 @@ jobs:
4541

4642
- name: Lint image references (non-blocking)
4743
run: pnpm lint:images || echo "[warn] image lint found issues (non-blocking)"
48-
49-
# Build the site to validate MDX and docs using Fumadocs
50-
- run: pnpm build

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
env:
1313
NEXT_TELEMETRY_DISABLED: "1"
1414
CI: "true"
15-
AUTH_SECRET: ${{ secrets.AUTH_SECRET }}
16-
AUTH_GITHUB_ID: ${{ secrets.AUTH_GITHUB_ID }}
17-
AUTH_GITHUB_SECRET: ${{ secrets.AUTH_GITHUB_SECRET }}
18-
DATABASE_URL: ${{ secrets.DATABASE_URL }}
1915
steps:
2016
- uses: actions/checkout@v4
2117

@@ -32,4 +28,3 @@ jobs:
3228
- run: pnpm run lint
3329
- run: pnpm run lint:images
3430
- run: pnpm run typecheck
35-
- run: pnpm run build

0 commit comments

Comments
 (0)