Skip to content

Commit 7f51d41

Browse files
committed
update dependencies and ci deploy script
1 parent d22cee4 commit 7f51d41

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
path: .cache
2222
restore-keys: |
2323
mkdocs-material-
24-
- run: pip install mkdocs-material
24+
- run: pip install -r requirements.txt
2525
- run: mkdocs gh-deploy --force

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ mkdocs
22
mkdocs-material
33
mkdocs-material-extensions
44
mkdocs-minify-plugin
5-
mkdocs-open-in-new-tab
5+
mkdocs-open-in-new-tab
6+
pymdown-extensions

0 commit comments

Comments
 (0)