Skip to content

Commit 1603995

Browse files
committed
Add support for 6.2, fix mkdocs configuration
1 parent 8d4c228 commit 1603995

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '5.6'
99
- '6.0'
1010
- '6.1'
11+
- '6.2'
1112

1213
permissions:
1314
contents: write

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ plugins:
184184
j2_comment_start_string: '{jinja#'
185185
j2_variable_start_string: '{jinja{'
186186
- mike:
187-
alias_type: redirect
187+
alias_type: redirect
188188

189189
markdown_extensions:
190190
- toc:

0 commit comments

Comments
 (0)