Skip to content

MongoDB Docs (#439) #79

MongoDB Docs (#439)

MongoDB Docs (#439) #79

Workflow file for this run

name: Refresh Context7 library
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
context7:
name: Refresh Context7 library
runs-on: ubuntu-latest
steps:
- name: refresh context7 library
run: |
curl -X POST https://context7.com/api/refresh-library \
-H "Content-Type: application/json" \
-d '{"libraryName": "/arcadeai/docs"}'