File tree Expand file tree Collapse file tree 2 files changed +10
-33
lines changed Expand file tree Collapse file tree 2 files changed +10
-33
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : Docs Generator
2
2
3
- on :
4
- push :
5
- paths :
6
- - ' README.md'
7
- - ' .github/workflows/docs.yml'
3
+ on : push
8
4
9
5
jobs :
10
6
generateDOC :
11
7
name : Docs Generator
12
8
runs-on : ubuntu-latest
13
9
steps :
14
10
- uses : actions/checkout@v2
15
- - uses : technote-space/toc-generator@v2
11
+ - name : Update Table of Contents
12
+ uses : technote-space/toc-generator@v2
16
13
with :
17
14
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18
15
MAX_HEADER_LEVEL : 3
19
16
FOLDING : true
17
+ - name : Update Contributors
18
+
19
+ env :
20
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
+ with :
22
+ image_size : 100
23
+ columns_per_row : 6
20
24
- name : Download mdsplit
21
25
uses :
carlosperate/[email protected]
22
26
id : download-mdsplit
You can’t perform that action at this time.
0 commit comments