File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
==============================================================================
4
4
Table of Contents *panvimdoc-table-of-contents*
@@ -72,16 +72,16 @@ example.
72
72
- uses: actions/checkout@v2
73
73
- uses: kdheepak/panvimdoc@main
74
74
with:
75
- vimdoc: ${VIMDOC_PROJECT_NAME}
75
+ vimdoc: __VIMDOC_PROJECT_NAME_HERE__
76
76
- uses: stefanzweifel/git-auto-commit-action@v4
77
77
with:
78
78
commit_message: "Auto generate docs"
79
79
branch: ${{ github.head_ref }}
80
80
<
81
81
82
82
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.
85
85
86
86
87
87
You can’t perform that action at this time.
0 commit comments