File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
3228 - run : pnpm run lint
3329 - run : pnpm run lint:images
3430 - run : pnpm run typecheck
35- - run : pnpm run build
You can’t perform that action at this time.
0 commit comments