Skip to content

Commit

Permalink
docs: readme usable for panvimdoc (PR: #80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitx committed Dec 10, 2023
1 parent 5bd6785 commit d90816b
Show file tree
Hide file tree
Showing 4 changed files with 504 additions and 205 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
docs:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docs' }}
steps:
- uses: actions/checkout@v3
- name: panvimdoc
Expand All @@ -16,6 +16,9 @@ jobs:
vimdoc: gp.nvim
demojify: true
treesitter: true
docmapping: true
docmappingprojectname: false
dedupsubheadings: false
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down
Loading

0 comments on commit d90816b

Please sign in to comment.