Skip to content

Commit 5ae3a6d

Browse files
committed
Added Makefile
1 parent 686df56 commit 5ae3a6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
deploy:
2+
mkdir dist/
3+
cp index.html dist/index.html
4+
git add dist && git commit -m "Deployed page to gh-pages."
5+
git subtree push --prefix dist origin gh-pages
6+
git reset --hard HEAD~1
7+
rm -rf dist/

0 commit comments

Comments
 (0)