From 20caa7d56a1f2887bd9c2b3bbd801f286e80df64 Mon Sep 17 00:00:00 2001 From: Joey Xia <77958037+ZiyiXia@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:52:30 +0800 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9b6b4d47..d00dab4e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,9 +11,12 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - - name: Install dependencies + - name: Install doc dependencies run: | pip install . sphinx myst_parser myst-nb sphinx-design pydata-sphinx-theme sphinxcontrib-googleanalytics + - name: Install content dependencies + run: | + pip install faiss-cpu air-benchmark - name: Sphinx build run: | sphinx-build docs/source docs/build