Skip to content

Commit 183f59e

Browse files
committed
feat!: new docs for v11.0
1 parent 4326d4b commit 183f59e

File tree

5 files changed

+636
-1262
lines changed

5 files changed

+636
-1262
lines changed

.github/workflows/ci.yml

-21
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,10 @@ jobs:
2626
nvim --version
2727
[ ! -d tests ] && exit 0
2828
nvim --headless -u tests/init.lua -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/init.lua', sequential = true}"
29-
docs:
30-
runs-on: ubuntu-latest
31-
needs: tests
32-
if: ${{ github.ref == 'refs/heads/main' }}
33-
steps:
34-
- uses: actions/checkout@v4
35-
- name: panvimdoc
36-
uses: kdheepak/panvimdoc@main
37-
with:
38-
vimdoc: lazy.nvim
39-
version: "Neovim >= 0.8.0"
40-
demojify: true
41-
treesitter: true
42-
- name: Push changes
43-
uses: stefanzweifel/git-auto-commit-action@v5
44-
with:
45-
commit_message: "chore(build): auto-generate vimdoc"
46-
commit_user_name: "github-actions[bot]"
47-
commit_user_email: "github-actions[bot]@users.noreply.github.com"
48-
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
4929
release:
5030
name: release
5131
if: ${{ github.ref == 'refs/heads/main' }}
5232
needs:
53-
- docs
5433
- tests
5534
runs-on: ubuntu-latest
5635
steps:

0 commit comments

Comments
 (0)