docs(README): yellow is no longer optional in color sets #68
Workflow file for this run
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: mellifluous | |
description: Pleasant and productive colorscheme | |
treesitter: true | |
shiftheadinglevelby: -1 | |
- uses: stefanzweifel/git-auto-commit-action@v4 | |
with: | |
commit_message: "chore(ci): auto generate docs" | |
branch: ${{ github.head_ref }} | |