Skip to content

Commit

Permalink
ci: autogen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 27, 2024
1 parent a9cb143 commit 1d9dc32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ jobs:
docs:
runs-on: ubuntu-latest
needs: tests
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v3
- name: Generate docs
run: |
nvim --version
nvim --headless -u tests/init.lua -l "lua/trouble/docs.lua"
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
Expand Down

0 comments on commit 1d9dc32

Please sign in to comment.