From 04a044374270d1c101a65b0215a4f6ac8a17b17d Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 4 Feb 2025 17:16:39 -0500 Subject: [PATCH] ci: swap order of llms full and site build (#3315) --- .github/workflows/deploy_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 204f8c8cf..dbab5e9c3 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -77,12 +77,12 @@ jobs: # This step lints the docs using the existing linting set up. # It should be very fast and should not require any external services. run: make lint-docs + - name: Build llms-text + run: make llms-text - name: Build site run: make build-docs env: MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.MKDOCS_GIT_COMMITTERS_APIKEY }} - - name: Build llms-text - run: make llms-text - name: Check links in notebooks env: LANGCHAIN_API_KEY: test