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 5ae3a6d commit 39fa5eaCopy full SHA for 39fa5ea
Makefile
@@ -1,7 +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/
+ mkdir dist/
+ cp index.html dist/index.html
+ git add dist && git commit -m "Deployed page to gh-pages."
+ git subtree push --prefix dist origin gh-pages
+ git reset --hard HEAD~1
+ rm -rf dist/
0 commit comments