mirror of https://github.com/folke/lazy.nvim.git
ci: set env for docs
This commit is contained in:
parent
09f69bae4b
commit
07ccb49ace
|
@ -29,6 +29,8 @@ jobs:
|
||||||
docs:
|
docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: tests
|
needs: tests
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
steps:
|
steps:
|
||||||
- name: Generate Docs
|
- name: Generate Docs
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue