diff options
author | max397574 <[email protected]> | 2021-12-09 18:41:23 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-09 18:41:23 +0100 |
commit | 4595f296ce2040847510302d4d7da994358f9bf5 (patch) | |
tree | cd8895b6323b72ea4464ee1fc77089268e12ad70 /Makefile | |
parent | 174c29615c106b72ce4a151afe1644683d61d03f (diff) |
feat(github): added docgen workflow
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3dbeb14 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +docgen: + nvim --headless --noplugin -u scripts/minimal_init.vim -c "luafile ./scripts/gendocs.lua" -c 'qa' |