Skip to content

fix: repeat_jump.prev (#12) #18

fix: repeat_jump.prev (#12)

fix: repeat_jump.prev (#12) #18

Workflow file for this run

name: Demicolon CI
on: [push]
jobs:
docs:
if: github.ref == 'refs/heads/main'
name: Pandoc to Vimdoc
runs-on: ubuntu-latest
permissions:
contents: write # git-auto-commit-action needs push permissions
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: demicolon
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: auto generate vimdoc"
branch: ${{ github.head_ref }}