Skip to content

Commit 0d92658

Browse files
committed
chore(travis): remove reset from site script
1 parent 0eccbfb commit 0d92658

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/site/publish.sh

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function run {
2424
--branch gh-pages
2525

2626
cd $IONIC_SITE_DIR
27-
git reset --hard origin/gh-pages
2827

2928
$(replaceInFile "_config.yml" "latest_download:.*$" "latest_download: http:\/\/code.ionicframework.com\/$VERSION\/ionic-v$VERSION.zip")
3029
$(replaceInFile "_config.yml" "latest_version:.*$" "latest_version: $VERSION \"$CODENAME\"")

0 commit comments

Comments
 (0)