File tree Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 21
21
python-version : ' 3.8'
22
22
- name : Install mkdocs-material
23
23
run : |
24
- pip install \
25
- mkdocs-material \
26
- mkdocs-macros-plugin \
27
- mkdocs-literate-nav \
28
- mkdocs-git-authors-plugin \
29
- mkdocs-git-revision-date-localized-plugin \
30
- mkdocs-simple-hooks \
31
- plugins/mkdocs-git-committers-plugin-2
24
+ scripts/install-mkdocs.sh
32
25
- name : Cache Github Users
33
26
uses : actions/cache@v3
34
27
with :
Original file line number Diff line number Diff line change 17
17
python-version : ' 3.8'
18
18
- name : Install mkdocs-material
19
19
run : |
20
- pip install \
21
- mkdocs-material \
22
- mkdocs-macros-plugin \
23
- mkdocs-literate-nav \
24
- mkdocs-git-authors-plugin \
25
- mkdocs-git-revision-date-localized-plugin \
26
- mkdocs-simple-hooks \
27
- plugins/mkdocs-git-committers-plugin-2
20
+ scripts/install-mkdocs.sh
28
21
- name : Cache Github Users
29
22
uses : actions/cache@v3
30
23
with :
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ pip install \
4
+ mkdocs-material \
5
+ mkdocs-macros-plugin \
6
+ mkdocs-literate-nav \
7
+ mkdocs-git-authors-plugin \
8
+ mkdocs-git-revision-date-localized-plugin \
9
+ mkdocs-simple-hooks \
10
+ plugins/mkdocs-git-committers-plugin-2
You can’t perform that action at this time.
0 commit comments