Skip to content

Commit c3f505b

Browse files
author
Rtudo
committed
fix workflow
1 parent 5000039 commit c3f505b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install mkdocs-material
25+
pip install -r requirements.txt
2626
2727
- name: Build documentation
2828
run: mkdocs build

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ colorama~=0.4
1111
paginate~=0.5
1212
backrefs~=5.7.post1
1313
requests~=2.26
14-
mkdocs-material
14+
mkdocs-material>=9.5.0

0 commit comments

Comments
 (0)