Skip to content

Commit 2f3088e

Browse files
committed
Update docs workflow
1 parent e81f3f5 commit 2f3088e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: '3.8'
2424
- name: Install MkDocs

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ plugins:
2929

3030
markdown_extensions:
3131
- markdown.extensions.admonition:
32+
- markdown.extensions.footnotes:
3233
- markdown.extensions.smarty:
3334
smart_quotes: false
3435
- pymdownx.betterem:
36+
- markdown.extensions.abbr:
3537
- markdown.extensions.attr_list:
3638
- markdown.extensions.def_list:
3739
- markdown.extensions.tables:
38-
- markdown.extensions.abbr:
39-
# - pymdownx.extrarawhtml:
4040
- pymdownx.superfences:
4141
- pymdownx.highlight:
4242
css_class: codehilite
@@ -62,7 +62,7 @@ markdown_extensions:
6262
- pymdownx.tasklist:
6363
custom_checkbox: true
6464
- pymdownx.striphtml:
65-
strip_attributes: ''
6665
- pymdownx.keys:
6766
separator: "\uff0b"
6867
- pymdownx.details:
68+
- pymdownx.saneheaders:

0 commit comments

Comments
 (0)