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 \