Skip to content

feat: update keybindings #47

feat: update keybindings

feat: update keybindings #47

Workflow file for this run

on:
push:
branches:
- main
name: Generate Docs
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: octohub
version: "Neovim >= 0.8.0"
demojify: true
treesitter: true
- name: Commit files
run: |
git config --local user.email "[email protected]"
git config --local user.name "Abhishek via github-actions"
git add .
git commit -m "docs: update help docs"
- name: Push
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}