Skip to content

Commit

Permalink
Change the default site.url to empty, only set it to dlrep.org within…
Browse files Browse the repository at this point in the history
… deploy.sh
  • Loading branch information
ozgurakgun committed Nov 18, 2016
1 parent 2523d87 commit 55bde22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions __internal/deploy.sh
Expand Up @@ -51,6 +51,9 @@ elif [ $TRAVIS_BRANCH == "master" ]; then
echo "This is the master branch."
echo "The build will be deployed to to the 'production' repository."

# rebuild with custom baseurl
bundle exec jekyll build --baseurl "http://dlrep.org"

# clone repo
rm -rf repo-upstream
git clone "https://github.com/dlrep/production.git" repo-upstream
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -4,7 +4,7 @@ title: Data Linkage Repository
email: ozgurakgun+dlrep@gmail.com
description: Data Linkage Repository
baseurl: ""
url: "http://dlrep.org"
url: ""
# twitter_username: ?
github_username: dlrep

Expand Down

0 comments on commit 55bde22

Please sign in to comment.