Skip to content

Commit

Permalink
mobile/docs: Fix path for publishing (envoyproxy#29647)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Sep 15, 2023
1 parent 272d8e4 commit 52d01be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/docs/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -e

DOCS_DIR=generated/docs
CHECKOUT_DIR=../../envoy-mobile-docs
CHECKOUT_DIR=../envoy-mobile-docs
BUILD_SHA="$(git rev-parse HEAD)"

if [ "$GITHUB_REF_TYPE" == "tag" ]
Expand Down

0 comments on commit 52d01be

Please sign in to comment.