Skip to content

Commit

Permalink
docs: add github workflow to build docs from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibrock committed Jun 3, 2024
1 parent 97087f5 commit e5435da
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docs.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: spellwarn
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}

0 comments on commit e5435da

Please sign in to comment.