Skip to content

fix: fix issue #3

fix: fix issue #3 #8

Workflow file for this run

name: panvimdoc
on:
push:
branches:
- '*'
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
with:
vimdoc: 'player'
pandoc: 'README.md'
description: '*player*'
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Github Actions : generate Vimdoc from README"
branch: ${{ github.head_ref }}