We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34eeebe commit 5c5ed18Copy full SHA for 5c5ed18
Makefile
@@ -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