File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,10 @@ jobs:
106106 echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
107107 cd master
108108 cp -a /tmp/build/html/* .;
109+ cp -a /tmp/build/html/.github .github;
109110 touch .nojekyll;
110111 git add -A;
112+ git add -f .github/*.html ;
111113 git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
112114 git push origin master;
113115 else
@@ -144,8 +146,10 @@ jobs:
144146 git clean -xdf
145147 echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
146148 cp -a /tmp/build/html/* .;
149+ cp -a /tmp/build/html/.github .github;
147150 touch .nojekyll;
148151 git add -A;
152+ git add -f .github/*.html ;
149153 git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
150154 git push origin master;
151155
Original file line number Diff line number Diff line change 1- < div class ="rst-versions shift-up " data-toggle ="rst-versions " role ="note " aria-label ="versions ">
1+ < div class ="rst-versions " data-toggle ="rst-versions " role ="note "
2+ aria-label ="versions ">
3+ <!-- add shift_up to the class for force viewing -->
24 < span class ="rst-current-version " data-toggle ="rst-current-version ">
35 < span class ="fa fa-book "> Python Optimal Transport</ span >
46 versions
1214
1315 < dl >
1416 < dt > Versions</ dt >
17+
18+ < dd > < a href ="https://pythonot.github.io/ "> Release</ a > </ dd >
1519
16- < dd > < a href ="https://pythonot.github.io/master "> latest </ a > </ dd >
20+ < dd > < a href ="https://pythonot.github.io/master "> Development </ a > </ dd >
1721
18- < dd > < a href =" https://pythonot.github.io/ " > stable </ a > </ dd >
22+
1923
2024 </ dl >
2125
You can’t perform that action at this time.
0 commit comments