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 16c790f commit b5edf75Copy full SHA for b5edf75
.github/workflows/publish-wiki.yml
@@ -39,6 +39,12 @@ jobs:
39
shell: bash
40
run: cp -v -a wiki _wiki
41
42
+ - name: Update tables of contents
43
+ uses: umonkey/github-wiki-tools@v2.2
44
+ with:
45
+ path: wiki
46
+ toc_header: "## Table of contents"
47
+
48
- name: Deploy to wiki
49
uses: Andrew-Chen-Wang/github-wiki-action@v4
50
with:
wiki/Fixing-Errors-Automatically.md
@@ -1,8 +1,4 @@
1
-## Table of contents
2
-
3
-* [About Automatic Fixing](#about-automatic-fixing)
4
-* [Using the PHP Code Beautifier and Fixer](#using-the-php-code-beautifier-and-fixer)
5
-* [Viewing Debug Information](#viewing-debug-information)
+__TOC__
6
7
***
8
0 commit comments