Skip to content

Commit 9cee4e0

Browse files
authored
Create requirements.txt (#145)
* Create requirements.txt * Add pygments * Use requirements file in CI
1 parent 458c185 commit 9cee4e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy_mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
python -m pip install mkdocs mkdocs-material pygments
31+
python -m pip install -r docs/requirements.txt
3232
3333
- name: Deploy docs
3434
run: mkdocs gh-deploy --force -f docs/mkdocs.yml

docs/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
mkdocs
2+
pymdown-extensions
3+
mkdocs-material
4+
pygments

0 commit comments

Comments
 (0)