Skip to content

Scribe turbopuffer context #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Aug 1, 2025
3 changes: 2 additions & 1 deletion .github/workflows/fern-scribe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
cache: 'npm'
cache-dependency-path: .github/scripts/package.json

- name: Install dependencies
- name: Clean install dependencies
run: |
cd .github/scripts
rm -rf node_modules package-lock.json
npm install

# --- NEW STEP: Generate my-mappings.md ---
Expand Down