mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-03 06:36:34 +00:00
ci: set env for docs
This commit is contained in:
parent
09f69bae4b
commit
07ccb49ace
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -29,6 +29,8 @@ jobs:
|
|||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: tests
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
steps:
|
||||
- name: Generate Docs
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue