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 1111 - uses : actions/setup-python@v2
1212 with :
1313 python-version : 3.x
14- - run : pip install -r requirements.txt
14+ - run : pip install mkdocs-material
1515 - run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ markdown_extensions:
144144 - pymdownx.keys : { }
145145
146146extra_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
148148 - javascripts/highlight.js
149149
150150# Themes can be found here: <https://github.com/highlightjs/highlight.js/tree/master/src/styles>
151151extra_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