Skip to content

bug: #3 - fix issue with checking disable filetypes (#4) #5

bug: #3 - fix issue with checking disable filetypes (#4)

bug: #3 - fix issue with checking disable filetypes (#4) #5

Workflow file for this run

name: panvimdoc
on:
push:
branches: [main]
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 }}