Skip to content

Merge pull request #59 from fbuchlak/fix/readme-typos #106

Merge pull request #59 from fbuchlak/fix/readme-typos

Merge pull request #59 from fbuchlak/fix/readme-typos #106

Workflow file for this run

name: panvimdoc
on:
push:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: ts-node-action
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}