File tree Expand file tree Collapse file tree 7 files changed +750
-772
lines changed Expand file tree Collapse file tree 7 files changed +750
-772
lines changed Original file line number Diff line number Diff line change 1- name : panvimdoc
2-
3- on :
4- push :
5- branches : [main]
6- paths :
7- - README.md
8- - .github/workflows/panvimdoc.yml
9-
10- permissions :
11- contents : write
12-
13- jobs :
14- docs :
15- runs-on : ubuntu-latest
16- name : pandoc to vimdoc
17- steps :
18- - uses : actions/checkout@v4
19- - uses : kdheepak/panvimdoc@main
20- with :
21- vimdoc : ${{ github.event.repository.name }}
22- - uses : stefanzweifel/git-auto-commit-action@v5
23- with :
24- commit_message : " chore: Auto-generate docs"
25- branch : ${{ github.head_ref }}
1+ # name: panvimdoc
2+ #
3+ # on:
4+ # push:
5+ # branches: [main]
6+ # paths:
7+ # - README.md
8+ # - .github/workflows/panvimdoc.yml
9+ #
10+ # permissions:
11+ # contents: write
12+ #
13+ # jobs:
14+ # docs:
15+ # runs-on: ubuntu-latest
16+ # name: pandoc to vimdoc
17+ # steps:
18+ # - uses: actions/checkout@v4
19+ # - uses: kdheepak/panvimdoc@main
20+ # with:
21+ # vimdoc: ${{ github.event.repository.name }}
22+ # - uses: stefanzweifel/git-auto-commit-action@v5
23+ # with:
24+ # commit_message: "chore: Auto-generate docs"
25+ # branch: ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments