Skip to content

Commit 39fa5ea

Browse files
committed
Spaces ≠ tabs!
1 parent 5ae3a6d commit 39fa5ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
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/
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)