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 4d76c09 commit 63ba320Copy full SHA for 63ba320
.github/workflows/publish-wiki.yml
@@ -45,6 +45,9 @@ jobs:
45
- name: Update tables of contents
46
run: doctoc ./_wiki/ --github --maxlevel 4 --update-only
47
48
+ - name: Re-run tables of contents with different settings for specific file
49
+ run: doctoc ./_wiki/Version-4.0-User-Upgrade-Guide.md --github --maxlevel 2 --update-only
50
+
51
- name: Deploy to wiki
52
uses: Andrew-Chen-Wang/github-wiki-action@v4
53
with:
0 commit comments