From d1f2a6c51815596daabc065a8b065fe52ed55425 Mon Sep 17 00:00:00 2001 From: Ben Burns <803016+benjamincburns@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:28:30 +1300 Subject: [PATCH] chore(docs): update markdown-exec to end sessions after each page (#3391) --- .github/workflows/deploy_docs.yml | 2 +- docs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 9a3d3304a..4701f6472 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -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. diff --git a/docs/Makefile b/docs/Makefile index 860c842eb..16d7fbc7a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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