Skip to content

Commit 4a435cc

Browse files
authored
Update jekyll-gh-pages.yml
1 parent 96802e1 commit 4a435cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: '3.x'
28-
28+
2929
- name: Install MkDocs and dependencies
3030
run: |
31-
pip install mkdocs mkdocs-material
31+
cd docs
32+
pip install -r requirements.txt
3233
3334
- name: Build MkDocs site
3435
run: |

0 commit comments

Comments
 (0)