We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881e309 commit 8400c1eCopy full SHA for 8400c1e
README.md
@@ -47,13 +47,11 @@ vimdoc.
47
Create an empty doc file:
48
49
```bash
50
-touch doc/${VIMDOC_PROJECT_NAME}.txt
51
-git commit -am "Add empty doc"
+touch doc/.gitkeepp
+git commit -am "Add empty doc folder"
52
git push
53
```
54
55
-You don't actually need the file, only the `doc` folder but it is probably easiest to create a file.
56
-
57
Then add the following to `./.github/workflows/panvimdoc.yml`:
58
59
```yaml
0 commit comments