Skip to content

chore(main): release 1.1.0 (#59) #24

chore(main): release 1.1.0 (#59)

chore(main): release 1.1.0 (#59) #24

Workflow file for this run

---
name: Generate documentation
on:
push:
branches: ["main"]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
with:
vimdoc: hawtkeys
version: "NVIM >=0.9"
toc: true
description: "For NVIM >=0.9"
demojify: true
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(docs): autogenerate vimdoc"
branch: ${{ github.head_ref }}