File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ USING GITHUB ACTIONS ~
95
95
Create an empty doc file:
96
96
97
97
>bash
98
- touch doc/.gitkeepp
98
+ touch doc/.gitkeep
99
99
git commit -am "Add empty doc folder"
100
100
git push
101
101
<
@@ -116,7 +116,7 @@ Then add the following to `./.github/workflows/panvimdoc.yml`:
116
116
- name: panvimdoc
117
117
uses: kdheepak/panvimdoc@main
118
118
with:
119
- vimdoc: ${VIMDOC_PROJECT_NAME} # Output vimdoc project name (required)
119
+ vimdoc: __VIMDOC_PROJECT_NAME_HERE__ # Output vimdoc project name (required)
120
120
# The following are all optional
121
121
pandoc: "README.md" # Input pandoc file
122
122
version: "NVIM v0.8.0" # Vim version number
@@ -133,9 +133,10 @@ Then add the following to `./.github/workflows/panvimdoc.yml`:
133
133
incrementheadinglevelby: 0 # Increment heading levels by specified number
134
134
<
135
135
136
- The only required thing for you to do is to choose a `VIMDOC_PROJECT_NAME`
137
- appropriately. This is usually the name of the plugin or the documentation file
138
- without the `.txt` extension. For example, the following:
136
+ The only required thing for you to do is to choose a
137
+ `__VIMDOC_PROJECT_NAME_HERE__` appropriately. This is usually the name of the
138
+ plugin or the documentation file without the `.txt` extension. For example, the
139
+ following:
139
140
140
141
>yaml
141
142
- name: panvimdoc
You can’t perform that action at this time.
0 commit comments