Commit 5d10544 1 parent f73ed7e commit 5d10544 Copy full SHA for 5d10544
File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 16
16
- name : Install dependencies
17
17
run : |
18
18
python -m pip install --upgrade pip
19
- pip install mkdocs mkdocs-material pygments pymdown-extensions
19
+ pip install -U -r requirements.txt
20
20
- name : Build mkdocs
21
21
run : |
22
22
mkdocs build --verbose -d build
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ To view your changes locally:
14
14
15
15
1 . install [ MkDocs] ( https://www.mkdocs.org/#installation ) and the required extensions.
16
16
17
- ` pip install -U mkdocs mkdocs-material pygments pymdown-extensions `
17
+ ` pip install -U -r requirements.txt `
18
18
2 . run ` mkdocs serve `
Original file line number Diff line number Diff line change
1
+ mkdocs
2
+ mkdocs-material
3
+ pygments
4
+ pymdown-extensions
You can’t perform that action at this time.
0 commit comments