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 f56721e commit f7d350cCopy full SHA for f7d350c
.github/workflows/wiki_TOC.yml
@@ -32,6 +32,9 @@ jobs:
32
ls
33
#curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
34
#chmod a+x gh-md-toc
35
+ # The ekalinin's github-markdown-toc script is executed directly from the wiki project, as
36
+ # it has been update to work on the github project.
37
+ # More info on this page: https://github.com/graphql-java-generator/graphql-maven-plugin-project/wiki/internal_howto_release#howto-update-the-wiki
38
./gh-md-toc --insert --no-backup *.md
39
- uses: stefanzweifel/git-auto-commit-action@v4
40
with:
0 commit comments