ci(panvimdoc): clean up output a bit #18
Workflow file for this run
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
| name: panvimdoc | |
| on: | |
| push: | |
| paths: ["**.md"] | |
| permissions: | |
| contents: write | |
| jobs: | |
| docs: | |
| runs-on: ubuntu-latest | |
| name: README to vimdoc | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: kdheepak/[email protected] | |
| with: | |
| vimdoc: "auto-dark-mode" | |
| version: "NVIM v0.7.0 -> v0.10.4" | |
| description: "Plugin that automatically changes the editor appearance based on system settings." | |
| demojify: true | |
| - uses: stefanzweifel/git-auto-commit-action@v4 | |
| with: | |
| commit_message: "docs: auto-generate vimdoc" | |
| commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" | |
| branch: ${{ github.head_ref }} |