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

Skip to content

Commit 22a8fce

Browse files
authored
Merge pull request #259 from jgebal/feature/release_archive_fix
Fixed missing docs.
2 parents cf35084 + bcc1694 commit 22a8fce

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)