Skip to content

Commit 63ba320

Browse files
committed
ADD TO: publish action / auto-generate table of contents
1 parent 4d76c09 commit 63ba320

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
@@ -45,6 +45,9 @@ jobs:
4545
- name: Update tables of contents
4646
run: doctoc ./_wiki/ --github --maxlevel 4 --update-only
4747

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

0 commit comments

Comments
 (0)