Skip to content

Commit 5b60b24

Browse files
committed
ci: use neovim action
1 parent 71bf7bc commit 5b60b24

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
18-
- name: Install Neovim
19-
shell: bash
20-
run: |
21-
mkdir -p /tmp/nvim
22-
wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage -O /tmp/nvim/nvim.appimage
23-
cd /tmp/nvim
24-
chmod a+x ./nvim.appimage
25-
./nvim.appimage --appimage-extract
26-
echo "/tmp/nvim/squashfs-root/usr/bin/" >> $GITHUB_PATH
18+
- uses: folke/github/neovim@main
2719
- name: Generate docs
2820
run: ./scripts/build_docs.sh
2921
- name: Push changes

0 commit comments

Comments
 (0)