File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 9
9
deploy :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - name : Checkout
13
+ uses : actions/checkout@v4
14
+ with :
15
+ submodules : true
13
16
- name : Configure Git Credentials
14
17
run : |
15
18
git config user.name github-actions[bot]
16
19
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
17
- - name : Update submodules
18
- run : git submodule update --init
19
20
- uses : actions/setup-python@v5
20
21
with :
21
22
python-version : 3.x
26
27
path : .cache
27
28
restore-keys : |
28
29
mkdocs-material-
29
- - run : pip install mkdocs-material
30
+ - run : pip install mkdocs-material mkdocs-material[imaging]
30
31
- run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 1
- site /
1
+ /.cache /
2
+ /site /
Original file line number Diff line number Diff line change @@ -63,3 +63,7 @@ markdown_extensions:
63
63
64
64
plugins :
65
65
- search
66
+ - social :
67
+ cards_layout_options :
68
+ background_color : ' #F4EAEA'
69
+ color : ' #2C2C2C'
You can’t perform that action at this time.
0 commit comments