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:
106
106
echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
107
107
cd master
108
108
cp -a /tmp/build/html/* .;
109
+ cp -a /tmp/build/html/.github .github;
109
110
touch .nojekyll;
110
111
git add -A;
112
+ git add -f .github/*.html ;
111
113
git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
112
114
git push origin master;
113
115
else
@@ -144,8 +146,10 @@ jobs:
144
146
git clean -xdf
145
147
echo "Deploying dev docs for ${CIRCLE_BRANCH}.";
146
148
cp -a /tmp/build/html/* .;
149
+ cp -a /tmp/build/html/.github .github;
147
150
touch .nojekyll;
148
151
git add -A;
152
+ git add -f .github/*.html ;
149
153
git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM}).";
150
154
git push origin master;
151
155
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 -->
2
4
< span class ="rst-current-version " data-toggle ="rst-current-version ">
3
5
< span class ="fa fa-book "> Python Optimal Transport</ span >
4
6
versions
12
14
13
15
< dl >
14
16
< dt > Versions</ dt >
17
+
18
+ < dd > < a href ="https://pythonot.github.io/ "> Release</ a > </ dd >
15
19
16
- < dd > < a href ="https://pythonot.github.io/master "> latest </ a > </ dd >
20
+ < dd > < a href ="https://pythonot.github.io/master "> Development </ a > </ dd >
17
21
18
- < dd > < a href =" https://pythonot.github.io/ " > stable </ a > </ dd >
22
+
19
23
20
24
</ dl >
21
25
You can’t perform that action at this time.
0 commit comments