add auto commit
This commit is contained in:
8
.github/workflows/doc.yml
vendored
8
.github/workflows/doc.yml
vendored
@@ -16,7 +16,7 @@ on:
|
|||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
# This workflow contains a single job called "build"
|
# This workflow contains a single job called "build"
|
||||||
build:
|
vimdocgen:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@@ -29,4 +29,8 @@ jobs:
|
|||||||
uses: kdheepak/panvimdoc@v2.0.0
|
uses: kdheepak/panvimdoc@v2.0.0
|
||||||
with:
|
with:
|
||||||
# Output vimdoc project name
|
# Output vimdoc project name
|
||||||
vimdoc: doc/zenbones.txt
|
vimdoc: zenbones
|
||||||
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
|
with:
|
||||||
|
commit_message: "auto generate docs"
|
||||||
|
branch: ${{ github.head_ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user