File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# https://github.com/kdheepak/panvimdoc
2
2
name : panvimdoc
3
3
4
- on : [push]
4
+ on :
5
+ push :
6
+ paths :
7
+ - README.md
8
+ - .github/workflows/panvimdoc.yml
9
+
10
+ permissions :
11
+ contents : write
5
12
6
13
jobs :
7
14
docs :
8
15
runs-on : ubuntu-latest
9
16
name : pandoc to vimdoc
10
17
steps :
18
+ - name : Remove .nvim from repository name
19
+ run : echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" | sed 's/.nvim$//' >> $GITHUB_ENV
11
20
- uses : actions/checkout@v2
12
21
- uses : kdheepak/panvimdoc@main
13
22
with :
14
- vimdoc : code_runner
15
- version : " NVIM v0.10 .0"
23
+ vimdoc : ${{ env REPO_NAME }}
24
+ version : " NVIM v0.11 .0"
16
25
- uses : stefanzweifel/git-auto-commit-action@v4
17
26
with :
18
- commit_message : " chore( docs) : Auto generate docs"
27
+ commit_message : " docs: :memo : Auto generate docs"
19
28
branch : ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments