Skip to content

Commit eb62cfa

Browse files
committed
Update CI: Skip fetch-docs step (handled locally)
1 parent bdb85dc commit eb62cfa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
- name: Install dependencies
3838
run: npm ci
3939

40-
- name: Fetch Docs
41-
env:
42-
# Use GITHUB_TOKEN for fetching from public/internal repos if needed
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
run: npm run fetch-docs
40+
# - name: Fetch Docs
41+
# env:
42+
# # Use GITHUB_TOKEN for fetching from public/internal repos if needed
43+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
# run: npm run fetch-docs
4545

4646
- name: Build with Next.js
4747
env:

0 commit comments

Comments
 (0)