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 1343613 commit f81fce8Copy full SHA for f81fce8
.github/workflows/dir_listing.yml
@@ -24,6 +24,13 @@ jobs:
24
- name: Create directory listings
25
run: |
26
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 {} \;
34
- name: Push update
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments