Skip to content

Merge pull request #31 from gennaro-tedesco/config_prompt #68

Merge pull request #31 from gennaro-tedesco/config_prompt

Merge pull request #31 from gennaro-tedesco/config_prompt #68

Workflow file for this run

name: panvimdoc
on:
workflow_dispatch:
push:
paths:
- "README.md"
- "**.yml"
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: possession
version: "Neovim >= 0.8.0"
demojify: true
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}