1 parent 0d76666 commit 88cb729Copy full SHA for 88cb729
1 file changed
deploy.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
sh print.sh ./docs/markdown
3
-git add -all
+git add --all
4
if [ ! -n "$1" ] ;then
5
git commit -am "new commit"
6
else
0 commit comments