docs: update README with improved formatting and key mapping info #125
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: write | |
pull-requests: write | |
name: panvimdoc | |
jobs: | |
docs: | |
runs-on: ubuntu-latest | |
name: pandoc to vimdoc | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: kdheepak/panvimdoc@main | |
with: | |
vimdoc: simplegpt | |
- uses: stefanzweifel/git-auto-commit-action@v4 | |
with: | |
commit_message: "Auto generate docs" | |
branch: ${{ github.head_ref }} |