Skip to content

Commit 85cdd75

Browse files
committed
docs: update deploy path
1 parent aaa02e7 commit 85cdd75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ npx typedoc
77

88
# this is a workaround for https://cloud.google.com/storage/docs/gsutil/addlhelp/HowSubdirectoriesWork#potential-for-surprising-destination-subdirectory-naming
99
touch docs/.hello
10-
gsutil cp docs/.hello gs://akiles-frontend/devsite/master/sdk/react-native/reference/.hello
10+
gsutil cp docs/.hello gs://akiles-frontend/docs/master/dev/sdk/react-native/reference/.hello
1111

1212
GZIP_EXTENSIONS=html,js,css,json,otf,ttf,eot,png,svg
13-
gsutil -h 'Cache-Control: public, max-age=60' -m cp -r -z $GZIP_EXTENSIONS docs/* gs://akiles-frontend/devsite/master/sdk/react-native/reference/
13+
gsutil -h 'Cache-Control: public, max-age=60' -m cp -r -z $GZIP_EXTENSIONS docs/* gs://akiles-frontend/docs/master/dev/sdk/react-native/reference/

0 commit comments

Comments
 (0)