File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,13 @@ cd "$GIT_REPO"
26
26
git checkout cells-v4
27
27
cp -r ./* " $LOCAL_MKDOCS /docs"
28
28
cd " $LOCAL_MKDOCS "
29
+ rm -rf ./docs/stylesheets
29
30
" $LOCAL_MKDOCS /tools/gen_toplevel_section_toc.sh" docs
30
31
" $LOCAL_MKDOCS /tools/gen_sub_section_toc.sh" docs
31
- mike deploy cells-v4 latest
32
+ ls -lah .
33
+ ls -lah ./docs
34
+ cp -r " $SOURCE_MKDOCS /overrides/assets/stylesheets" docs
35
+ mike deploy cells-v4 latest
32
36
33
37
# cd "$GIT_REPO"
34
38
# git checkout cells-v3
@@ -49,10 +53,15 @@ cd "$GIT_REPO"
49
53
git checkout pydio-v8
50
54
cp -r ./* " $LOCAL_MKDOCS /docs"
51
55
cd " $LOCAL_MKDOCS "
56
+ ls -lah .
57
+ ls -lah ./docs
58
+ # clean stylesheets
59
+ rm -rf ./docs/stylesheets
52
60
" $LOCAL_MKDOCS /tools/gen_toplevel_section_toc.sh" docs
53
61
" $LOCAL_MKDOCS /tools/gen_sub_section_toc.sh" docs
54
- mike deploy pydio-v8
55
62
63
+ cp -r " $SOURCE_MKDOCS /overrides/assets/stylesheets" docs
64
+ mike deploy pydio-v8
56
65
mike set-default cells-v4
57
66
58
67
You can’t perform that action at this time.
0 commit comments