Skip to content

Commit

Permalink
ci: update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoP committed Jan 4, 2024
1 parent 2b07ace commit 9518533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: panvimdoc
uses: kdheepak/panvimdoc@main
with:
vimdoc: my-template-docs
version: "Neovim >= 0.8.0"
vimdoc: powershell.nvim
version: "Neovim >= 0.10.0"
demojify: true
treesitter: true
- name: Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "auto-generate vimdoc"
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 9518533

Please sign in to comment.