We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505a9ad commit fda3d8dCopy full SHA for fda3d8d
2 files changed
.github/workflows/publish-docs-gp-pages.yml
@@ -1,10 +1,6 @@
1
-name: publish-docs-gp-pages
+name: publish-docs-gh-pages
2
3
on:
4
-# TODO: Can we trigger action manually?
5
-# push:
6
-# branches:
7
-# - 4.x
8
workflow_dispatch:
9
10
jobs:
mkdocs.yml
@@ -24,7 +24,7 @@ markdown_extensions:
24
- pymdownx.superfences
25
- pymdownx.tabbed
26
- toc:
27
- toc_depth: 1
+ toc_depth: 2-3
28
permalink: true
29
30
nav:
0 commit comments