Skip to content

Update pandoc workflow #2

Update pandoc workflow

Update pandoc workflow #2

Workflow file for this run

name: CI
on: [push]
jobs:
docs:
name: pandoc to vimdoc
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
with:
vimdoc: wtf.nvim
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}