ci: use neovim github action

This commit is contained in:
Folke Lemaitre 2025-10-26 15:09:00 +01:00
commit 793414f881
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -15,15 +15,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: docs ref: docs
- name: Install Neovim - uses: folke/github/neovim@main
shell: bash
run: |
mkdir -p /tmp/nvim
wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage -O /tmp/nvim/nvim.appimage
cd /tmp/nvim
chmod a+x ./nvim.appimage
./nvim.appimage --appimage-extract
echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
- name: Generate docs - name: Generate docs
run: ./build.sh run: ./build.sh
- name: panvimdoc - name: panvimdoc