Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyiXia authored Jan 15, 2025
1 parent 6b55cb7 commit 20caa7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20caa7d

Please sign in to comment.