Skip to content

Commit c3c4b9a

Browse files
committed
update deploy-gh-pages.sh
1 parent c20d24d commit c3c4b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy-gh-pages.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git commit -m 'build'
44
git checkout gh-pages
55
git merge master
66
cp -r website/. .
7-
git add -u .
7+
git add .
88
git commit -m 'build'
9-
git push
9+
git push origin gh-pages
1010
git checkout master

0 commit comments

Comments
 (0)