Skip to content

Commit feffe2b

Browse files
authored
ci, fix: gh pages deploy (#571)
1 parent d0b6907 commit feffe2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy_mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "docs/**"
1111
- "mkdocs.yml"
1212
- "**.py"
13+
workflow_dispatch:
1314

1415
jobs:
1516
build:
@@ -27,12 +28,11 @@ jobs:
2728

2829
- name: Install dependencies
2930
run: |
30-
python -m pip install --upgrade pip
31-
python -m pip install -e \
32-
stac_fastapi/api \
33-
stac_fastapi/types \
34-
stac_fastapi/extensions \
35-
python -m pip install mkdocs mkdocs-material pdocs
31+
pip install --upgrade pip
32+
pip install \
33+
stac_fastapi/api[docs] \
34+
stac_fastapi/types[docs] \
35+
stac_fastapi/extensions[docs] \
3636
3737
- name: update API docs
3838
run: |

0 commit comments

Comments
 (0)