Skip to content

Commit 48f0bd5

Browse files
authored
Merge pull request #14 from blackboard/feature/userDocumentation
Enhanced Documentation
2 parents 823f2d9 + ecc0258 commit 48f0bd5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ jdk:
33
- oraclejdk8
44

55
script:
6-
- unzip -q bin/lib.zip -d lambda-selenium-node/lib
6+
- unzip -q bin/lib.zip -d lambda-selenium-node/
77
- unzip -q bin/node_modules.zip -d lambda-selenium-node/node_modules
8-
- zip -q -r node_lambda_function.zip lambda-selenium-node/*
9-
- cd lambda-selenium-java
8+
- cd lambda-selenium-node
9+
- zip -q -r ../node_lambda_function.zip *
10+
- cd ../lambda-selenium-java
1011
- gradle clean unzipLibs shadowJar
1112
- mv build/libs/lambda-selenium-all.jar ../java_lambda_function.zip
1213
- cd ../

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
theme: jekyll-theme-slate
2-
show_downloads: true
2+
show_downloads: false

0 commit comments

Comments
 (0)