File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/setup-python@v2
12
12
with :
13
13
python-version : 3.x
14
- - run : pip install -r requirements.txt
14
+ - run : pip install mkdocs-material
15
15
- run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ markdown_extensions:
144
144
- pymdownx.keys : { }
145
145
146
146
extra_javascript :
147
- - https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10 .4.0/highlight.min.js
147
+ - https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11 .4.0/highlight.min.js
148
148
- javascripts/highlight.js
149
149
150
150
# Themes can be found here: <https://github.com/highlightjs/highlight.js/tree/master/src/styles>
151
151
extra_css :
152
- - https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10 .4.0/styles/atom-one-dark-reasonable.min.css
152
+ - https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11 .4.0/styles/atom-one-dark-reasonable.min.css
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments