Skip to content

chore: release 0.3.1 #156

chore: release 0.3.1

chore: release 0.3.1 #156

Workflow file for this run

name: panvimdoc
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: papis
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(docs): auto generate docs"
branch: ${{ github.head_ref }}