Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leisurelicht authored Jun 6, 2024
1 parent 984fadb commit a842434
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ jobs:
nvim --version
[ ! -d tests ] && exit 0
nvim --headless -u tests/init.lua -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/init.lua', sequential = true}"
docs:
runs-on: ubuntu-latest
needs: tests
if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v3
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: LichtVim
version: "Neovim >= 0.8.0"
demojify: true
treesitter: true
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "chore(build): auto-generate vimdoc"
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
# docs:
# runs-on: ubuntu-latest
# needs: tests
# if: ${{ github.ref == 'refs/heads/main' }}
# steps:
# - uses: actions/checkout@v3
# - name: panvimdoc
# uses: kdheepak/panvimdoc@main
# with:
# vimdoc: LichtVim
# version: "Neovim >= 0.8.0"
# demojify: true
# treesitter: true
# - name: Push changes
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: "chore(build): auto-generate vimdoc"
# commit_user_name: "github-actions[bot]"
# commit_user_email: "github-actions[bot]@users.noreply.github.com"
# commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"

0 comments on commit a842434

Please sign in to comment.