Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

ci: remove stylua action & update PR template #119

ci: remove stylua action & update PR template

ci: remove stylua action & update PR template #119

Workflow file for this run

name: panvimdoc
# yamllint disable rule:truthy
on: [push]
jobs:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: alt-substitute
demojify: true
toc: true
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore: Auto generate docs"
branch: ${{ github.head_ref }}