Skip to content

Commit

Permalink
Added panvimdoc github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sarrisv authored Jun 4, 2024
1 parent a25540e commit 559800d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: panvimdoc

on: [push]

jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
with:
vimdoc: readermode.nvim
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}

0 comments on commit 559800d

Please sign in to comment.