Skip to content

Commit 5a15bf8

Browse files
committed
Add force flag for gh-pages script
1 parent 01dc457 commit 5a15bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghpages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
git checkout gh-pages
33
git reset --hard master
4-
git push origin gh-pages
4+
git push -f origin gh-pages
55
git checkout master

0 commit comments

Comments
 (0)