mirror of
https://github.com/gbprod/nord.nvim.git
synced 2026-08-29 18:24:18 -05:00
23 lines
509 B
YAML
23 lines
509 B
YAML
name: panvimdoc
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
docs:
|
|
runs-on: ubuntu-latest
|
|
name: pandoc to vimdoc
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: panvimdoc
|
|
uses: kdheepak/panvimdoc@main
|
|
with:
|
|
vimdoc: nord-nvim
|
|
description: Nord theme for Neovim
|
|
version: 'NVIM v0.8.0'
|
|
- uses: stefanzweifel/git-auto-commit-action@v4
|
|
with:
|
|
commit_message: 'chore: auto generate docs'
|
|
branch: ${{ github.head_ref }}
|