mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-07 09:44:21 +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
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue