Skip to content

Merge pull request #9 from LintaoAmons/main #4

Merge pull request #9 from LintaoAmons/main

Merge pull request #9 from LintaoAmons/main #4

Workflow file for this run

name: panvimdoc
on: [push]
jobs:
custom_test:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@v4.0.0
with:
vimdoc: dired
pandoc: README.md
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}