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:
|
||||
runs-on: ubuntu-latest
|
||||
needs: tests
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
steps:
|
||||
- name: Generate Docs
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue