Skip to content

Commit 484f90e

Browse files
kdheepakgithub-actions[bot]
authored andcommitted
Auto generate docs
1 parent 312f2ab commit 484f90e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/panvimdoc.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*panvimdoc.txt* For NVIM v0.8.0 Last change: 2024 March 27
1+
*panvimdoc.txt* For NVIM v0.8.0 Last change: 2024 March 28
22

33
==============================================================================
44
Table of Contents *panvimdoc-table-of-contents*
@@ -72,16 +72,16 @@ example.
7272
- uses: actions/checkout@v2
7373
- uses: kdheepak/panvimdoc@main
7474
with:
75-
vimdoc: ${VIMDOC_PROJECT_NAME}
75+
vimdoc: __VIMDOC_PROJECT_NAME_HERE__
7676
- uses: stefanzweifel/git-auto-commit-action@v4
7777
with:
7878
commit_message: "Auto generate docs"
7979
branch: ${{ github.head_ref }}
8080
<
8181

8282

83-
3. `README.md` gets converted to `./doc/${VIMDOC_PROJECT_NAME}.txt` and committed
84-
to the repo.
83+
3. `README.md` gets converted to `./doc/__VIMDOC_PROJECT_NAME_HERE__.txt` and
84+
committed to the repo.
8585

8686

8787

0 commit comments

Comments
 (0)