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