Skip to content

Commit f300b1e

Browse files
committed
doc: split up documentation
1 parent 9a01aec commit f300b1e

File tree

7 files changed

+750
-772
lines changed

7 files changed

+750
-772
lines changed

.github/workflows/panvimdoc.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
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 }}

0 commit comments

Comments
 (0)