Skip to content

Commit ff24474

Browse files
authored
Merge pull request #80 from LevensteinLab/viggy
reqs txt fix
2 parents d1eabb6 + b4522ff commit ff24474

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install dependencies
2525
run: |
26-
pip install mkdocs # or your theme/plugins
26+
pip install -r requirements.txt
2727
2828
- name: Deploy to GitHub Pages
2929
run: |

docs/Resources/image.png

10.1 KB
Loading

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mkdocs>=1.5.0
2+
mkdocs-material>=9.0.0

0 commit comments

Comments
 (0)