Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jul 9, 2024
1 parent c6b57a4 commit 44c5daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install src/titiler/core src/titiler/extensions["cogeo,stac"] src/titiler/mosaic src/titiler/application
python -m pip install -r requirements/requirement-docs.txt
python -m pip install -r requirements/requirements-docs.txt
- name: Deploy docs
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ python -m pytest src/titiler/application --cov=titiler.application --cov-report=
```bash
git clone https://github.com/developmentseed/titiler.git
cd titiler
python -m pip install -r requirements/requirement-docs.txt
python -m pip install -r requirements/requirements-docs.txt
```

Hot-reloading docs:
Expand Down

0 comments on commit 44c5daa

Please sign in to comment.