ci: better triggering of panvimdoc workflow
parent
5f41a9134e
commit
c8c4a300e5
|
|
@ -3,7 +3,10 @@ name: Auto-generate vimdocs
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths: [README.md]
|
paths:
|
||||||
|
- README.md # source file
|
||||||
|
- .github/workflows/panvimdoc.yml # updates to this file itself
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
@ -19,7 +22,7 @@ jobs:
|
||||||
vimdoc: genghis
|
vimdoc: genghis
|
||||||
demojify: true
|
demojify: true
|
||||||
treesitter: true
|
treesitter: true
|
||||||
description: "Auto-generated from the README.md. Do not make PRs to this file."
|
description: " Auto-generated from README.md. Do not make PRs to this file."
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: "chore: Auto-generate vimdocs"
|
commit_message: "chore: Auto-generate vimdocs"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue