mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-08-07 22:57:49 +00:00
25 lines
726 B
YAML
25 lines
726 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
docs:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: kdheepak/panvimdoc@v3.0.5
|
|
with:
|
|
vimdoc: auto-save.nvim
|
|
version: "Neovim >= 0.8.0"
|
|
demojify: true
|
|
treesitter: true
|
|
shiftheadinglevelby: -1
|
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
|
with:
|
|
branch: ${{ github.head_ref }}
|
|
commit_message: "chore(doc): auto-generate vimdoc"
|
|
commit_user_name: "github-actions[bot]"
|
|
commit_user_email: "github-actions[bot]@users.noreply.github.com"
|
|
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
|