repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
7208c0b
parent
9cd1aab
author
Eric Bower
date
2024-04-03 14:42:11 +0000 UTC
chore: update makefile
1 files changed,  +1, -1
M Makefile
+1, -1
1@@ -53,7 +53,7 @@ build: clean
2 
3 upload:
4 	scp -r ./public/* erock@pgs.sh:/$(PROJECT)
5-	ssh erock@pgs.sh neovimcraft link $(PROJECT)
6+	ssh pgs.sh neovimcraft --to $(PROJECT) --write
7 .PHONY: upload
8 
9 deploy: scrape build upload