From 75d0d0915a90ff33be704bf032b99a84ed8065ac Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 5 Sep 2022 10:01:51 +0200 Subject: [PATCH] build: added panvimdoc github action --- .github/workflows/panvimdoc.yml | 18 ++++++++++++++++++ doc/tokyonight.txt | 0 2 files changed, 18 insertions(+) create mode 100644 .github/workflows/panvimdoc.yml create mode 100644 doc/tokyonight.txt diff --git a/.github/workflows/panvimdoc.yml b/.github/workflows/panvimdoc.yml new file mode 100644 index 0000000..7a87362 --- /dev/null +++ b/.github/workflows/panvimdoc.yml @@ -0,0 +1,18 @@ +name: panvimdoc + +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: tokyonight + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: "Auto generate docs" + branch: ${{ github.head_ref }} diff --git a/doc/tokyonight.txt b/doc/tokyonight.txt new file mode 100644 index 0000000..e69de29