Skip to content

Commit

Permalink
Update pandoc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
piersolenski committed Aug 24, 2023
1 parent a65d831 commit 6a8b044
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
name: CI
on:
push:
pull_request:

on: [push]

jobs:
docs:
name: pandoc to vimdoc
runs-on: ubuntu-latest
needs: tests
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v3
- name: panvimdoc
uses: kdheepak/panvimdoc@main
- uses: actions/checkout@v2
- uses: kdheepak/panvimdoc@main
with:
vimdoc: wtf.nvim
version: "Neovim >= 0.8.0"
demojify: true
treesitter: true
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v4
with:
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>"
commit_message: "Auto generate docs"
branch: ${{ github.head_ref }}

0 comments on commit 6a8b044

Please sign in to comment.