Skip to content

Commit

Permalink
fix website url
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Dec 22, 2018
1 parent 2af9d94 commit 6b8dd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
command: |
if [ "${CIRCLE_BRANCH}" == "master" ] ; then
git clone git@github.com:lineupjs/lineupjs.github.io.git
cd lineup.js.org
cd lineupjs.github.io
rm -rf "${CIRCLE_BRANCH}/"
if [ "${CIRCLE_BRANCH}" == "develop" ] ; then
rm -rf ../build/docs
Expand Down

0 comments on commit 6b8dd9a

Please sign in to comment.