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

Skip to content

Commit 066ae79

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

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.travis/build_docs.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ 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 -v site/* docs/html

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
site_name: utPLSQL
55
site_description: utPLSQL Documenation Powerful Unit Testing Framework for Oracle PL/SQL
6-
copyright: Copyright © 2016 - utPLSQL Team
6+
copyright: Copyright © 2016 - 2017 utPLSQL Team
77
repo_url: https://github.com/utPLSQL/utPLSQL
88
theme: mkdocs
99
use_directory_urls: false

0 commit comments

Comments
 (0)