Skip to content

Commit 04760e6

Browse files
committed
Unify documentation workflows
1 parent e01425f commit 04760e6

File tree

2 files changed

+10
-33
lines changed

2 files changed

+10
-33
lines changed

.github/workflows/contributors.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
name: Docs Generator
22

3-
on:
4-
push:
5-
paths:
6-
- 'README.md'
7-
- '.github/workflows/docs.yml'
3+
on: push
84

95
jobs:
106
generateDOC:
117
name: Docs Generator
128
runs-on: ubuntu-latest
139
steps:
1410
- uses: actions/checkout@v2
15-
- uses: technote-space/toc-generator@v2
11+
- name: Update Table of Contents
12+
uses: technote-space/toc-generator@v2
1613
with:
1714
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1815
MAX_HEADER_LEVEL: 3
1916
FOLDING: true
17+
- name: Update Contributors
18+
uses: akhilmhdh/[email protected]
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
with:
22+
image_size: 100
23+
columns_per_row: 6
2024
- name: Download mdsplit
2125
uses: carlosperate/[email protected]
2226
id: download-mdsplit

0 commit comments

Comments
 (0)