Skip to content

chore(main): release 1.2.0 (#21) #45

chore(main): release 1.2.0 (#21)

chore(main): release 1.2.0 (#21) #45

Workflow file for this run

name: Generate VimDoc
on:
push:
branches:
- main
jobs:
generate-doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git pull
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: cyberdream
version: "Neovim >= 0.9.0"
titledatepattern: "%Y"
demojify: true
treesitter: true
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: auto-generate vimdoc"