ci: fix the documentation update job

This commit is contained in:
Steven Arcangeli 2022-04-18 09:47:39 -07:00
parent 1ce109f0a7
commit 657ed80259
2 changed files with 2 additions and 2 deletions

View file

@ -9,4 +9,4 @@ sudo mv ./nvim.appimage /usr/bin/nvim
git clone --depth=1 https://github.com/nvim-lua/plenary.nvim.git "$PLUGINS/plenary.nvim"
git clone https://github.com/nvim-treesitter/nvim-treesitter.git "$PLUGINS/nvim-treesitter"
pushd "$PLUGINS/nvim-treesitter"
git reset --hard "$TS_COMMIT"
git reset --hard "${TS_COMMIT-master}"

View file

@ -11,7 +11,7 @@ jobs:
- name: Install Neovim and dependencies
env:
NVIM_TAG: v0.6.0
NVIM_TAG: v0.7.0
run: |
bash ./.github/workflows/install_nvim.sh