Skip to content

Commit d72d3b4

Browse files
author
Joseph Damiba
authored
target new graphing-library-docs repo
1 parent caf69a9 commit d72d3b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
python3 -m venv venv
5050
. venv/bin/activate
5151
pip3 install python-frontmatter
52-
curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py
52+
curl https://raw.githubusercontent.com/plotly/graphing-library-docs/master/front-matter-ci.py > front-matter-ci.py
5353
python front-matter-ci.py build/r
54-
curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/check-or-enforce-order.py > check-or-enforce-order.py
54+
curl https://raw.githubusercontent.com/plotly/graphing-library-docs/master/check-or-enforce-order.py > check-or-enforce-order.py
5555
python check-or-enforce-order.py build/r
5656
- run:
5757
name: deploy to plotly/r.docs:built
@@ -75,12 +75,12 @@ jobs:
7575
name: trigger plotly/documentation build
7676
command: |
7777
if [ "${CIRCLE_BRANCH}" == "master" ]; then
78-
git clone --depth=1 --branch=source-design-merge git@github.com:plotly/documentation.git
79-
cd documentation
78+
git clone --depth=1 git@github.com:plotly/graphing-library-docs.git
79+
cd graphing-library-docs
8080
git config user.name plotlydocbot
8181
git config user.email accounts@plot.ly
8282
git commit --allow-empty -m "deploying https://github.com/plotly/plotly.r-docs/commit/${CIRCLE_SHA1}"
8383
git push
8484
cd ..
85-
rm -rf documentation
85+
rm -rf graphing-library-docs
8686
fi

0 commit comments

Comments
 (0)