We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eccbfb commit 0d92658Copy full SHA for 0d92658
scripts/site/publish.sh
@@ -24,7 +24,6 @@ function run {
24
--branch gh-pages
25
26
cd $IONIC_SITE_DIR
27
- git reset --hard origin/gh-pages
28
29
$(replaceInFile "_config.yml" "latest_download:.*$" "latest_download: http:\/\/code.ionicframework.com\/$VERSION\/ionic-v$VERSION.zip")
30
$(replaceInFile "_config.yml" "latest_version:.*$" "latest_version: $VERSION \"$CODENAME\"")
0 commit comments