docs(readme): note re starting papis.nvim before checkhealth (#106) #240
This file contains 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
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 }} |