Skip to content

Commit c8f71b1

Browse files
committed
quick make target to update publications
1 parent 8f2e686 commit c8f71b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

makefile

+5
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,8 @@ cont:
5151

5252
publish: default
5353
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

Comments
 (0)