docs: change publish path (#235)

I changed my mind. This will work better with other projects later.
I will clean up all the stale docs in the website repo once we are
fully converted to the new system.

Signed-off-by: Matt Klein <mklein@lyft.com>
pull/238/head
Matt Klein 7 years ago committed by htuch
parent f95796e389
commit ae685c66fc
  1. 2
      docs/publish.sh

@ -4,7 +4,7 @@ set -e
DOCS_DIR=generated/docs
CHECKOUT_DIR=../envoy-docs
PUBLISH_DIR="$CHECKOUT_DIR"/envoy-docs/latest
PUBLISH_DIR="$CHECKOUT_DIR"/docs/envoy/latest
BUILD_SHA=`git rev-parse HEAD`
if [ -z "$CIRCLE_PULL_REQUEST" ] && [ "$CIRCLE_BRANCH" == "master" ]

Loading…
Cancel
Save