Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

doc: add comment

doc: add comment #132

Workflow file for this run

name: panvimdoc
on: [push]
jobs:
custom_test:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
with:
vimdoc: user-notes
pandoc: doc/user-notes.md
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "ci(🤖): Auto generate docs"
branch: ${{ github.head_ref }}