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