Commit 3e83656 1 parent 908f1e2 commit 3e83656 Copy full SHA for 3e83656
File tree 1 file changed +14
-15
lines changed
1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -2,25 +2,24 @@ name: panvimdoc
2
2
3
3
on :
4
4
push :
5
- pull_request :
5
+ branches : [main]
6
+ paths :
7
+ - README.md
8
+ - .github/workflows/panvimdoc.yml
9
+
10
+ permissions :
11
+ contents : write
6
12
7
13
jobs :
8
14
docs :
9
15
runs-on : ubuntu-latest
10
- if : ${{ github.ref == 'refs/heads/main' }}
16
+ name : pandoc to vimdoc
11
17
steps :
12
- - uses : actions/checkout@v3
13
- - name : panvimdoc
14
- uses : kdheepak/panvimdoc@main
18
+ - uses : actions/checkout@v4
19
+ - uses : kdheepak/panvimdoc@main
15
20
with :
16
- vimdoc : autoclose.nvim
17
- version : " Neovim >= 0.7.0"
18
- demojify : true
19
- treesitter : true
20
- - name : Push changes
21
- uses : stefanzweifel/git-auto-commit-action@v4
21
+ vimdoc : ${{ github.event.repository.name }}
22
+ - uses : stefanzweifel/git-auto-commit-action@v4
22
23
with :
23
- commit_message : " chore(build): auto-generate vimdoc"
24
- commit_user_name : " github-actions[bot]"
25
- commit_user_email : " github-actions[bot]@users.noreply.github.com"
26
- commit_author : " github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
24
+ commit_message : " docs: auto-generate vimdoc"
25
+ branch : ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments