Skip to content

Commit

Permalink
chore: headless-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed May 26, 2024
1 parent bcc27de commit 0aa0a11
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 504 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Create a headless README
run: tail --lines=+7 README.md > doc/headless-readme.md

- name: Generate docs
uses: kdheepak/panvimdoc@main
with:
vimdoc: tact.vim
vimdoc: tact
pandoc: doc/headless-readme.md
version: "Vim 8+ and Neovim >= 0.10.0"
demojify: true
treesitter: true
docmappingprojectname: false # to reduce the noise

- name: Push updated doc
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
Loading

0 comments on commit 0aa0a11

Please sign in to comment.