docs: add timeout to docs delpoy workflow (#3402)

This commit is contained in:
Eugene Yurtsev
2025-02-12 13:04:06 -05:00
committed by GitHub
parent 547830ef24
commit cf3a9ad63e
+2 -1
View File
@@ -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.