Skip to content

Updated panvimdoc workflow to include develop branch #1

Updated panvimdoc workflow to include develop branch

Updated panvimdoc workflow to include develop branch #1

Workflow file for this run

name: panvimdoc
on:
push:
branches: [main, develop]
paths:
- README.md
- .github/workflows/panvimdoc.yml
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
with:
vimdoc: ${{ github.event.repository.name }}
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Chores: Auto generate docs"
branch: ${{ github.head_ref }}