Skip to content

Commit

Permalink
Generate ToC on release as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Wendland committed Mar 27, 2024
1 parent 08ed5db commit f5c27eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
run: |
mkdir -p export/gh-pages
mkdir -p doc/img/mermaid
- name: Generate ToC
uses: technote-space/toc-generator@v4
with:
TARGET_PATHS: ./${{ env.INPUT_FILENAME }}.md
COMMIT_MESSAGE: "Update ToC"

- name: Set version in template
run: |
Expand Down

0 comments on commit f5c27eb

Please sign in to comment.