We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bf7bc commit 5b60b24Copy full SHA for 5b60b24
.github/workflows/deploy.yml
@@ -15,15 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- 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
+ - uses: folke/github/neovim@main
27
- name: Generate docs
28
run: ./scripts/build_docs.sh
29
- name: Push changes
0 commit comments