Skip to content

Commit

Permalink
Merge pull request #6111 from rubyforgood/gh_workflow_toc_generator
Browse files Browse the repository at this point in the history
Update GH Workflow TOC Generator
  • Loading branch information
FireLemons authored Nov 27, 2024
2 parents 62c7371 + 8fc0024 commit 3eb4c82
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/toc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
on: push
on:
push:
branches:
- main
name: TOC Generator
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4
with:
CREATE_PR: true

0 comments on commit 3eb4c82

Please sign in to comment.