mirror of https://github.com/folke/lazy.nvim.git
ci: fix
This commit is contained in:
parent
07ccb49ace
commit
440999fc5a
|
@ -32,13 +32,16 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: docs
|
||||||
- name: Generate Docs
|
- name: Generate Docs
|
||||||
shell: bash
|
shell: bash
|
||||||
run: gh workflow run "Deploy to Github Pages" --ref docs
|
run: gh workflow run "Deploy to Github Pages" --ref docs
|
||||||
community:
|
community:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Install Neovim
|
- name: Install Neovim
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue