Skip to content

Commit 8f6abd6

Browse files
committed
updated step to install python dependencies
1 parent 3dcb399 commit 8f6abd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
python-version: '3.10'
2020

21-
- name: Install MkDocs and Material theme
21+
- name: Install Python dependencies
2222
run: |
23-
pip install mkdocs mkdocs-material mkdocs-awesome-pages-plugin mkdocs-material-plausible-plugin
23+
pip install -r requirements.txt
2424
2525
- name: Install AWS CLI
2626
run: |

0 commit comments

Comments
 (0)