Skip to content

Commit

Permalink
Doc check.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Dec 3, 2018
1 parent 12c5b06 commit 582b893
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ you saved the file).

pdal info C:\Users\hobu\Downloads\autzen.laz -p 0

Here's a summary of what's going on with that command invocation
Here is a summary of what's going on with that command invocation

1. ``pdal``: We're going to run the ``pdal`` command.

Expand Down
9 changes: 6 additions & 3 deletions scripts/ci/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ KEY=$2
KEY_INIT=$3

echo "publishing website"
echo "TRAVIS_BUILD_DIR=$TRAVIS_BUILD_DIR"
echo "KEY=$KEY"
echo "KEY_INIT=$KEY_INIT"

echo "building docs"
./build_docs.sh $TRAVIS_BUILD_DIR

echo "adding key"
./add_deploy_key.sh pdaldocs-private.key $KEY $KEY_INIT

echo "deploying website"
./deploy_website.sh $TRAVIS_BUILD_DIR/doc/build /tmp
echo "done"

0 comments on commit 582b893

Please sign in to comment.