Skip to content

Commit

Permalink
ci: hopefully fix automatic vimdoc build
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibrock committed Jun 3, 2024
1 parent 3980359 commit 134f091
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ on: [push]
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
- uses: actions/checkout@v3
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: spellwarn
- uses: stefanzweifel/git-auto-commit-action@v4
demojify: true
treesitter: true
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}
commit_message: "chore(build): auto-generate vimdoc"
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"

0 comments on commit 134f091

Please sign in to comment.