mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-05 17:01:16 +00:00
ci: use neovim github action
This commit is contained in:
parent
255fc0e45c
commit
793414f881
1 changed files with 1 additions and 9 deletions
10
.github/workflows/deploy.yaml
vendored
10
.github/workflows/deploy.yaml
vendored
|
|
@ -15,15 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: docs
|
||||
- name: Install Neovim
|
||||
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
|
||||
- uses: folke/github/neovim@main
|
||||
- name: Generate docs
|
||||
run: ./build.sh
|
||||
- name: panvimdoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue