Skip to content

Commit

Permalink
ci: autogenerate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mawkler committed Jan 14, 2025
1 parent d497b52 commit e27228a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Demicolon CI
on: [push]
jobs:
docs:
if: github.ref == 'refs/heads/main'
name: Pandoc to Vimdoc
runs-on: ubuntu-latest
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 }}

0 comments on commit e27228a

Please sign in to comment.