From b9f26d28ea60469b8fe1f6340ca42dfbbf089944 Mon Sep 17 00:00:00 2001 From: Ben Burns <803016+benjamincburns@users.noreply.github.com> Date: Thu, 13 Feb 2025 23:01:45 -0800 Subject: [PATCH] add missing build step --- .github/workflows/deploy_docs.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 7a414577a..51c3c0d55 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -56,6 +56,12 @@ jobs: with: fetch-depth: 0 + - uses: actions/checkout@v4 + with: + repository: langchain-ai/langchainjs + token: ${{ secrets.MKDOCS_GITHUB_TOKEN }} + path: docs/langchainjs + - name: Set up Python + Poetry ${{ env.POETRY_VERSION }} uses: "./.github/actions/poetry_setup" with: @@ -72,6 +78,7 @@ jobs: - name: Install dependencies run: | + cd langchainjs && yarn && yarn build && cd .. yarn poetry install --with test --with docs --no-root poetry run pip install -U \