Skip to content

Commit 5c5ed18

Browse files
author
Micah Godbolt
committed
Added makefile for deploy shortcut
1 parent 34eeebe commit 5c5ed18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.PHONY: deploy
2+
deploy:
3+
@read -p "This will deploy your current code to http://patternbuilder.github.io/. Press ENTER to continue..."
4+
5+
@mkdocs gh-deploy -b master

0 commit comments

Comments
 (0)