Skip to content

Commit

Permalink
CI: Fix build docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Apr 3, 2024
1 parent 2ae061d commit b883d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
conda config --set channel_priority strict
conda create -n docs python=3.10 rasterio xarray scipy pyproj pandoc
source activate docs
python -m pip install -e .[doc]
python -m pip install -e .[all]
python -m pip install -r requirements/doc.txt
sphinx-build -b html docs/ docs/_build/
- name: Deploy 🚀
Expand Down

0 comments on commit b883d0a

Please sign in to comment.