Skip to content

Commit fce68de

Browse files
committed
ADD TO: publish action / auto-generate table of contents
1 parent c9439c1 commit fce68de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Update tables of contents
4949
run: doctoc ./_wiki/ --github --maxlevel 4 --update-only
5050

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+
5154
- name: Deploy to wiki
5255
uses: Andrew-Chen-Wang/github-wiki-action@v4
5356
with:

0 commit comments

Comments
 (0)