File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,15 @@ cd $OUT
39
39
git checkout $TARGET_BRANCH || git checkout --orphan $TARGET_BRANCH
40
40
41
41
# Clean out existing contents except versions
42
- ls | grep -v versions | xargs rm -rf
42
+ mv versions ..
43
+ ls | xargs rm -rf
43
44
cd ..
44
45
45
46
# Run our compile script
46
47
doCompile
47
48
49
+ mv versions $OUT
50
+
48
51
# Now let's go have some fun with the cloned repo
49
52
cd $OUT
50
53
git config user.name " Travis CI"
Original file line number Diff line number Diff line change 55
55
</ a >
56
56
< div class ="dropdown-menu dropdown-menu-md-right " aria-labelledby ="bd-versions ">
57
57
< a class ="dropdown-item active " href ="/ "> Latest ({{ site.current_version }})</ a >
58
- < a class ="dropdown-item " href ="http://bootstrap-table.com/versions/1.15.5 " target ="_blank "> v1.15.5</ a >
58
+ < a class ="dropdown-item " href ="http://bootstrap-table.com/versions/1.15.5/ " target ="_blank "> v1.15.5</ a >
59
59
</ div >
60
60
</ li >
61
61
< li class ="nav-item ">
You can’t perform that action at this time.
0 commit comments