diff --git a/.github/workflows/refjump.yml b/.github/workflows/refjump.yml new file mode 100644 index 0000000..e5e5034 --- /dev/null +++ b/.github/workflows/refjump.yml @@ -0,0 +1,23 @@ +name: Refjump Workflow +on: + push: + branches: [main] + paths: + - .github/workflows/refjump.yml + - README.md +permissions: + contents: write +jobs: + docs: + name: Pandoc to Vimdoc + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: panvimdoc + uses: kdheepak/panvimdoc@main + with: + vimdoc: refjump + - uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: "docs: auto generate vimdoc" + branch: ${{ github.head_ref }} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..61f6868 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +doc/tags/ diff --git a/doc/.gitkeep b/doc/.gitkeep new file mode 100644 index 0000000..e69de29