Skip to content

Commit

Permalink
ci: auto generate vimdocs on push
Browse files Browse the repository at this point in the history
  • Loading branch information
mawkler committed Sep 4, 2024
1 parent 3b52f5f commit b7b650c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/refjump.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Refjump Workflow
on:
push:
branches: [main]
paths:
- .github/workflows/refjump.yml
- README.md
permissions:
contents: write
jobs:
docs:
name: Pandoc to Vimdoc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: refjump
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs: auto generate vimdoc"
branch: ${{ github.head_ref }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/tags/
Empty file added doc/.gitkeep
Empty file.

0 comments on commit b7b650c

Please sign in to comment.