Skip to content

Commit 89ed119

Browse files
committed
fix doc deployment
1 parent 859830c commit 89ed119

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
script:
3636
- sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html
3737
- touch ./doc/_build/html/.nojekyll
38-
- pushd ./doc/_build/html ; zip -r ../../../doc .
38+
- pushd ./doc/_build/html ; zip -r ../../../doc . ; popd
39+
- ls -la .
3940
deploy:
4041
provider: pages
4142
skip_cleanup: true

src/sasctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright © 2019, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
55
# SPDX-License-Identifier: Apache-2.0
66

7-
__version__ = '0.9.6-alpha0'
7+
__version__ = '0.9.6-alpha1'
88
__author__ = 'SAS'
99
__credits__ = ['Lucas De Paula, Peter Tobac, Jon Walker']
1010
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)