File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
python3 -m venv venv
50
50
. venv/bin/activate
51
51
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
53
53
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
55
55
python check-or-enforce-order.py build/r
56
56
- run :
57
57
name : deploy to plotly/r.docs:built
@@ -75,12 +75,12 @@ jobs:
75
75
name : trigger plotly/documentation build
76
76
command : |
77
77
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
80
80
git config user.name plotlydocbot
81
81
git config user.email accounts@plot.ly
82
82
git commit --allow-empty -m "deploying https://github.com/plotly/plotly.r-docs/commit/${CIRCLE_SHA1}"
83
83
git push
84
84
cd ..
85
- rm -rf documentation
85
+ rm -rf graphing-library-docs
86
86
fi
You can’t perform that action at this time.
0 commit comments