We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb85dc commit eb62cfaCopy full SHA for eb62cfa
.github/workflows/deploy.yml
@@ -37,11 +37,11 @@ jobs:
37
- name: Install dependencies
38
run: npm ci
39
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
+ # - name: Fetch Docs
+ # env:
+ # # Use GITHUB_TOKEN for fetching from public/internal repos if needed
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # run: npm run fetch-docs
45
46
- name: Build with Next.js
47
env:
0 commit comments