Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcc1694

Browse files
committed
Fixed missing docs.
1 parent 361f007 commit bcc1694

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis/build_docs.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ cd "${0%/*}"
44
# Change back to root
55
cd ..
66
mkdocs build --clean --strict
7+
8+
mkdir docs/markdown
9+
mv -t docs/markdown/ docs/about docs/images docs/userguide docs/index.md
10+
mkdir docs/html
11+
cp -r site docs/html
12+

0 commit comments

Comments
 (0)