Skip to content

Commit 523f36e

Browse files
authored
Merge pull request utPLSQL#261 from jgebal/feature/release_archive_fix
Fixed missing docs.
2 parents 22a8fce + 315a2b3 commit 523f36e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis/build_docs.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ mkdocs build --clean --strict
88
mkdir docs/markdown
99
mv -t docs/markdown/ docs/about docs/images docs/userguide docs/index.md
1010
mkdir docs/html
11-
cp -r site docs/html
12-
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)