Skip to content

feat: functional snacks custom picker #34

feat: functional snacks custom picker

feat: functional snacks custom picker #34

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: utils
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 doc
git commit -m "docs: update help docs" || true
- name: Push
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}