Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Nov 23, 2023
1 parent b5f190e commit 40729be
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@ name: Generate docs

on:
push:
branches: [master]
branches: ["*"]
paths:
- README.md
- .github/workflows/panvimdoc.yml

jobs:
panvimdoc:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: kdheepak/panvimdoc@v3.0.6
- uses: actions/checkout@v4
- uses: kdheepak/panvimdoc@v4.0.0
with:
vimdoc: nvimcord
version: NVIM v0.9.0
version: NVIM v0.10.0
treesitter: true
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto generate docs

0 comments on commit 40729be

Please sign in to comment.