Skip to content

Commit

Permalink
Disable auto-generation of table of contents (TOC)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 committed Apr 25, 2024
1 parent 4469239 commit 9be9c15
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/create-table-of-contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
name: Update table of contents

# Controls when the workflow will run
on:
push:
branches: [main]
paths: ['README.md']
on: []

# Disabled by Doug Beatty on 2024-04-25 to fix CI
# XXX
# on:
# push:
# branches: [main]
# paths: ['README.md']

jobs:
build:
Expand Down

0 comments on commit 9be9c15

Please sign in to comment.