mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
ci: dispatch docs gen from main
This commit is contained in:
parent
9ab3061690
commit
09f69bae4b
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -26,6 +26,13 @@ jobs:
|
|||
nvim --version
|
||||
[ ! -d tests ] && exit 0
|
||||
./tests/run
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: tests
|
||||
steps:
|
||||
- name: Generate Docs
|
||||
shell: bash
|
||||
run: gh workflow run "Deploy to Github Pages" --ref docs
|
||||
community:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -61,6 +68,7 @@ jobs:
|
|||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
needs:
|
||||
- tests
|
||||
- docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: googleapis/release-please-action@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue