chore(docs): update markdown-exec to end sessions after each page (#3391)

This commit is contained in:
Ben Burns
2025-02-11 21:28:30 +00:00
committed by GitHub
parent b984584851
commit d1f2a6c518
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
langchain \
GitPython \
"git+https://${GITHUB_TOKEN}@github.com/langchain-ai/mkdocs-material-insiders.git" \
"git+https://github.com/benjamincburns/markdown-exec.git@2f702799f39bc32f594733b6df03c39ff81a7a17"
"git+https://github.com/benjamincburns/markdown-exec.git@26c64551340da6ffcc8cb4f53db99e8c239d9919"
- name: Lint Docs
# This step lints the docs using the existing linting set up.
+1 -1
View File
@@ -18,7 +18,7 @@ install-vercel-deps:
vercel-build-docs: install-vercel-deps
poetry install
poetry run pip install "git+https://github.com/benjamincburns/markdown-exec.git@2f702799f39bc32f594733b6df03c39ff81a7a17"
poetry run pip install "git+https://github.com/benjamincburns/markdown-exec.git@26c64551340da6ffcc8cb4f53db99e8c239d9919"
make build-docs