There was an error while loading. Please reload this page.
2 parents 22a8fce + 315a2b3 commit 523f36eCopy full SHA for 523f36e
.travis/build_docs.sh
@@ -8,5 +8,4 @@ mkdocs build --clean --strict
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
-
+cp -r -v site/* docs/html
mkdocs.yml
@@ -3,7 +3,7 @@
3
4
site_name: utPLSQL
5
site_description: utPLSQL Documenation Powerful Unit Testing Framework for Oracle PL/SQL
6
-copyright: Copyright © 2016 - utPLSQL Team
+copyright: Copyright © 2016 - 2017 utPLSQL Team
7
repo_url: https://github.com/utPLSQL/utPLSQL
theme: mkdocs
use_directory_urls: false
0 commit comments