We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9439c1 commit fce68deCopy full SHA for fce68de
.github/workflows/publish-wiki.yml
@@ -48,6 +48,9 @@ jobs:
48
- name: Update tables of contents
49
run: doctoc ./_wiki/ --github --maxlevel 4 --update-only
50
51
+ - name: Re-run tables of contents with different settings for specific file
52
+ run: doctoc ./_wiki/Version-4.0-User-Upgrade-Guide.md --github --maxlevel 3 --update-only
53
+
54
- name: Deploy to wiki
55
uses: Andrew-Chen-Wang/github-wiki-action@v4
56
with:
0 commit comments