File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- # 1.0.5 .0
1
+ # 1.1.0 .0
2
2
# created: 05 Feb 2022
3
- # updated: 05 Oct 2022
3
+ # updated: 09 Apr 2023
4
4
# update checkout to v3.0.2
5
5
# Create Indexes from Markdown
6
6
# https://github.com/DaanV2/Markdown-Action-Create-Indexes
15
15
branches : [ master ]
16
16
workflow_dispatch :
17
17
18
+ permissions : write-all
19
+
18
20
jobs :
19
21
build :
20
22
runs-on : ubuntu-latest
21
23
steps :
22
- # - uses: actions/checkout@latest
24
+ # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23
25
- uses : actions/checkout@main
24
- # - uses: DaanV2/Markdown-Action-Create-Indexes@latest
26
+
27
+ # Runs a single command using the runners shell
25
28
- uses : DaanV2/Markdown-Action-Create-Indexes@main
26
29
with :
27
30
folder : ${{github.workspace}}/docs/
31
+ filename : index.md
28
32
29
33
- name : Commit changes
30
34
continue-on-error : true
34
38
git config --global user.name "zer0Kerbal"
35
39
git add .
36
40
git commit -m "auto: Generated markdown indexes"
37
- git push
41
+ git push
You can’t perform that action at this time.
0 commit comments