ci: swap order of llms full and site build (#3315)

This commit is contained in:
Eugene Yurtsev
2025-02-04 22:16:39 +00:00
committed by GitHub
parent 3b224df566
commit 04a0443742
+2 -2
View File
@@ -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