We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2e686 commit c8f71b1Copy full SHA for c8f71b1
makefile
@@ -51,3 +51,8 @@ cont:
51
52
publish: default
53
bash publish.sh
54
+
55
+pullpub:
56
+ cd publications && git pull --ff-only && cd .. && git add publications && git commit -m "update publications" && git push
57
58
+updpub: pullpub publish
0 commit comments