Skip to content

Commit f81fce8

Browse files
committed
doctoc summaries
1 parent 1343613 commit f81fce8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dir_listing.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
- name: Create directory listings
2525
run: |
2626
python3 lib/dir_listing.py .
27+
- uses: actions/setup-node@v6
28+
with:
29+
node-version: 24
30+
- name: Install doctoc
31+
run: npm install -g doctoc
32+
- name: doctoc summaries
33+
run: find . -name summary.md -exec doctoc {} \;
2734
- name: Push update
2835
env:
2936
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)