Skip to content

Commit

Permalink
chore: ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed May 26, 2024
1 parent 71dcd08 commit c98da4c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/panvimdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ on:
branches: ["main"]
paths:
- README.md
- .github/**

# Set permissions of the GITHUB_TOKEN to allow modifications to files
permissions:
contents: write

# Allow one concurrent deployment
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: false

jobs:
custom_test:
docs:
runs-on: ubuntu-latest
name: pandoc to vimdoc
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Generate docs
uses: kdheepak/panvimdoc@main
Expand Down

0 comments on commit c98da4c

Please sign in to comment.