From cf3a9ad63e5d5e8a4e865a28f148a79726991691 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 12 Feb 2025 13:04:06 -0500 Subject: [PATCH] docs: add timeout to docs delpoy workflow (#3402) --- .github/workflows/deploy_docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 4701f6472..cea5ce386 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -48,6 +48,7 @@ jobs: deploy: # needs: run-changed-notebooks runs-on: ubuntu-latest + timeout-minutes: 10 # Job will be cancelled if it runs for more than 10 minutes env: GITHUB_TOKEN: ${{ secrets.MKDOCS_GITHUB_TOKEN }} steps: @@ -72,7 +73,7 @@ jobs: langchain \ GitPython \ "git+https://${GITHUB_TOKEN}@github.com/langchain-ai/mkdocs-material-insiders.git" \ - "git+https://github.com/benjamincburns/markdown-exec.git@26c64551340da6ffcc8cb4f53db99e8c239d9919" + "git+https://github.com/benjamincburns/markdown-exec.git@10cdd338bfdb1f99705b3a4d06b244f7f185ecae" - name: Lint Docs # This step lints the docs using the existing linting set up.