Skip to content

Commit bcd221f

Browse files
kdheepakgithub-actions[bot]
authored andcommitted
Auto generate docs
1 parent 8400c1e commit bcd221f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/panvimdoc.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,11 @@ USING GITHUB ACTIONS ~
9595
Create an empty doc file:
9696

9797
>bash
98-
touch doc/${VIMDOC_PROJECT_NAME}.txt
99-
git commit -am "Add empty doc"
98+
touch doc/.gitkeepp
99+
git commit -am "Add empty doc folder"
100100
git push
101101
<
102102

103-
You don’t actually need the file, only the `doc` folder but it is probably
104-
easiest to create a file.
105-
106103
Then add the following to `./.github/workflows/panvimdoc.yml`:
107104

108105
>yaml

0 commit comments

Comments
 (0)